Added additional path for vulnerability.
parent
5a4b9c2893
commit
b2a3300357
|
@ -2,7 +2,7 @@ id: CVE-2023-23752
|
|||
|
||||
info:
|
||||
name: Joomla Improper AccessCheck in WebService Endpoint
|
||||
author: badboycxcc
|
||||
author: badboycxcc, Sascha Brendel
|
||||
severity: high
|
||||
description: |
|
||||
An issue was discovered in Joomla! 4.0.0 through 4.2.7. An improper access check allows unauthorized access to webservice endpoints.
|
||||
|
@ -21,6 +21,7 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/api/index.php/v1/config/application?public=true'
|
||||
- '{{BaseURL}}/api/v1/config/application?public=true'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue