Vulnerabilities > CVE-2010-1151 - Race Condition vulnerability in Apache Http Server
Attack vector
NETWORK Attack complexity
MEDIUM Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
Race condition in the mod_auth_shadow module for the Apache HTTP Server allows remote attackers to bypass authentication, and read and possibly modify data, via vectors related to improper interaction with an external helper application for validation of credentials.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Leveraging Race Conditions This attack targets a race condition occurring when multiple processes access and manipulate the same resource concurrently and the outcome of the execution depends on the particular order in which the access takes place. The attacker can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance a race condition can occur while accessing a file, the attacker can trick the system by replacing the original file with his version and cause the system to read the malicious file.
- Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. The typical example is the file access. The attacker can leverage a file access race condition by "running the race", meaning that he would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the attacker could do something such as replace the file and cause an escalation of privilege.
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2010-6323.NASL description Fixes CVE-2010-1151 mod_auth_shadow: bad wait(2) call causes randomized authorization behaviour (#578168). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 47430 published 2010-07-01 reporter This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/47430 title Fedora 11 : mod_auth_shadow-2.2-8.fc11 (2010-6323) NASL family Fedora Local Security Checks NASL id FEDORA_2010-6290.NASL description Fixes CVE-2010-1151 mod_auth_shadow: bad wait(2) call causes randomized authorization behaviour (#578168). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 47427 published 2010-07-01 reporter This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/47427 title Fedora 13 : mod_auth_shadow-2.2-8.fc13 (2010-6290) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2010-081.NASL description A vulnerability has been found and corrected in apache-mod_auth_shadow : A race condition was found in the way mod_auth_shadow used an external helper binary to validate user credentials (username / password pairs). A remote attacker could use this flaw to bypass intended access restrictions, resulting in ability to view and potentially alter resources, which should be otherwise protected by authentication (CVE-2010-1151). Packages for 2008.0 are provided for Corporate Desktop 2008.0 customers. The updated packages have been patched to correct this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 45566 published 2010-04-19 reporter This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/45566 title Mandriva Linux Security Advisory : apache-mod_auth_shadow (MDVSA-2010:081) NASL family Fedora Local Security Checks NASL id FEDORA_2010-6359.NASL description Fixes CVE-2010-1151 mod_auth_shadow: bad wait(2) call causes randomized authorization behaviour (#578168). Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 47433 published 2010-07-01 reporter This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/47433 title Fedora 12 : mod_auth_shadow-2.2-8.fc12 (2010-6359)
References
- http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041326.html
- http://lists.fedoraproject.org/pipermail/package-announce/2010-May/041340.html
- http://secunia.com/advisories/39823
- http://www.mandriva.com/security/advisories?name=MDVSA-2010:081
- http://www.securityfocus.com/bid/39538
- http://www.vupen.com/english/advisories/2010/0908
- http://www.vupen.com/english/advisories/2010/1148
- https://bugzilla.redhat.com/show_bug.cgi?id=578168