minor-update
parent
907ceae7e5
commit
103da3a9dd
|
@ -4,8 +4,10 @@ info:
|
||||||
name: Apache HTTP Server - ACL Bypass
|
name: Apache HTTP Server - ACL Bypass
|
||||||
author: pdteam
|
author: pdteam
|
||||||
severity: high
|
severity: high
|
||||||
description: Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect encoding to be sent to backend services, potentially bypassing authentication via crafted requests.
|
description: |
|
||||||
remediation: Fixed in v2.4.60
|
Encoding problem in mod_proxy in Apache HTTP Server 2.4.59 and earlier allows request URLs with incorrect encoding to be sent to backend services, potentially bypassing authentication via crafted requests.
|
||||||
|
remediation: |
|
||||||
|
Fixed in v2.4.60
|
||||||
reference:
|
reference:
|
||||||
- https://blog.orange.tw/2024/08/confusion-attacks-en.html#%E2%9A%94%EF%B8%8F-Primitive-1-2-ACL-Bypass
|
- https://blog.orange.tw/2024/08/confusion-attacks-en.html#%E2%9A%94%EF%B8%8F-Primitive-1-2-ACL-Bypass
|
||||||
- https://www.cvedetails.com/cve/CVE-2024-38473/
|
- https://www.cvedetails.com/cve/CVE-2024-38473/
|
||||||
|
@ -25,7 +27,8 @@ info:
|
||||||
vendor: Apache Software Foundation
|
vendor: Apache Software Foundation
|
||||||
product: Apache HTTP Server
|
product: Apache HTTP Server
|
||||||
google-query: intitle:"Apache HTTP Server" inurl:"/server-status"
|
google-query: intitle:"Apache HTTP Server" inurl:"/server-status"
|
||||||
tags: cve, apache, acl-bypass, mod_proxy, php-fpm
|
tags: cve,cve2024,apache,acl-bypass,mod_proxy,php-fpm
|
||||||
|
|
||||||
flow: |
|
flow: |
|
||||||
http(1) && http(2)
|
http(1) && http(2)
|
||||||
http(3)
|
http(3)
|
||||||
|
@ -52,6 +55,7 @@ http:
|
||||||
- bin/cron.php
|
- bin/cron.php
|
||||||
- cache/index.tpl.php
|
- cache/index.tpl.php
|
||||||
- cpanel.php
|
- cpanel.php
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
- type: status
|
||||||
|
@ -80,9 +84,3 @@ http:
|
||||||
- "On Debian systems, the complete text of the GNU General Public License"
|
- "On Debian systems, the complete text of the GNU General Public License"
|
||||||
- "This package was written by Peter Tobias"
|
- "This package was written by Peter Tobias"
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue