1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200505-02 / oops |
| Release Date | May 05, 2005 |
| Latest Revision | May 05, 2005: 02 |
| Impact | high |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| net-proxy/oops | < 1.5.24_pre20050503 | >= 1.5.24_pre20050503 | All supported architectures |
Related bugreports: #91303
The Oops! proxy server contains a remotely exploitable format string vulnerability, which could potentially lead to the execution of arbitrary code.
Oops! is an advanced, multithreaded caching web proxy.
A format string flaw has been detected in the my_xlog() function of the Oops! proxy, which is called by the passwd_mysql and passwd_pgsql module's auth() functions.
A remote attacker could send a specially crafted HTTP request to the Oops! proxy, potentially triggering this vulnerability and leading to the execution of arbitrary code.
There is no known workaround at this time.
All Oops! users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=net-proxy/oops-1.5.24_pre20050503" |