CVE-2003-0460
Description
The rotatelogs program on Apache before 1.3.28, for Windows and OS/2 systems, does not properly ignore certain control characters that are received over the pipe, which could allow remote attackers to cause a denial of service.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Apache rotatelogs does not filter control characters on Windows/OS2; a crafted URI can disable logging, masking attacks.
Vulnerability
Apache HTTP Server versions prior to 1.3.28 on Windows and OS/2 systems contain a flaw in the rotatelogs program, which does not properly ignore the control character 0x1A (Ctrl‑Z) received over the pipe. When a client sends a crafted URI containing this character, the pipe to the log rotation process interprets it as an end-of-file mark, causing the logging pipeline to stop writing new entries. This affects the default configuration when rotatelogs is used with CustomLog or ErrorLog directives [1].
Exploitation
An attacker needs only a network connection to the Apache server; no authentication or special privileges are required. The attack consists of sending a specially crafted `Request-URI that includes the 0x1A byte. The server forwards the URI to the rotatelogs` utility, which treats the byte as a command to close the logging pipe. Once the pipe is closed, further log entries are silently dropped [1].
Impact
Successful exploitation disables logging on the web server. While this does not directly affect the confidentiality, integrity, or availability of the server content, it removes the ability to audit requests. An attacker can then perform subsequent malicious actions—such as further exploitation attempts—without those actions being recorded, thus masking the attack [1].
Mitigation
The vulnerability is addressed in Apache HTTP Server version 1.3.28, released on 2003-07-21 [1]. Administrators who cannot upgrade immediately should remove the rotatelogs utility from CustomLog or ErrorLog directives in the server configuration, reverting to direct file logging. No workaround is available if rotatelogs must be used [1].
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: < 1.3.28
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
9- www.apache.org/dist/httpd/Announcement.htmlnvdPatch
- www.kb.cert.org/vuls/id/694428nvdUS Government Resource
- lists.apache.org/thread.html/r5419c9ba0951ef73a655362403d12bb8d10fab38274deb3f005816f5%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/r7035b7c9091c4b665a3b7205364775410646f12125d48e74e395f2ce%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/r9f93cf6dde308d42a9c807784e8102600d0397f5f834890708bf6920%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/raa117ef183f0da9b3f46efbeaa66f7622bd68868a450cae4fd8ed594%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/re028d61fe612b0908595d658b9b39e74bca56f2a1ed3c5f06b5ab571%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/rf2f0f3611f937cf6cfb3b4fe4a67f69885855126110e1e3f2fb2728e%40%3Ccvs.httpd.apache.org%3Envd
- lists.apache.org/thread.html/rf6449464fd8b7437704c55f88361b66f12d5b5f90bcce66af4be4ba9%40%3Ccvs.httpd.apache.org%3Envd
News mentions
0No linked articles in our index yet.