CVE-2024-35322
Unknown Unknown - Not Provided
Reflected XSS in MyNET v26.08 via ficheiro Parameter

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: MITRE

Description
MyNET up to v26.08 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the ficheiro parameter.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mynet mynet *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The provided information does not specify how the reflected XSS vulnerability in MyNET affects compliance with standards such as GDPR or HIPAA.

Executive Summary

This vulnerability is a reflected cross-site scripting (XSS) issue in MyNET up to version 26.08. It occurs via the 'ficheiro' parameter, which allows an attacker to inject malicious scripts that are reflected back to the user, potentially compromising their interaction with the application.

Impact Analysis

The reflected XSS vulnerability can allow attackers to execute malicious scripts in the context of a user's browser session. This can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user.

Detection Guidance

This vulnerability can be detected by sending crafted HTTP requests to the MyNET web application that include malicious scripts in the 'ficheiro' parameter and observing if the script is reflected in the response. For example, you can use curl to send a test request: curl -i "https://your-mynet-domain/MyNetJSON.asp?acc=4&ficheiro=<img src=a onerror=alert(document.domain)>&formtoken=1234566&_tk=" and check if the response contains the injected script. Monitoring web server logs for suspicious requests containing script tags or unusual parameters in 'ficheiro' can also help detect attempts to exploit this vulnerability. [1]

Mitigation Strategies

Immediate mitigation steps include applying input validation and sanitization on the 'ficheiro' parameter to prevent injection of malicious scripts. If a patch or update is available from the vendor, apply it promptly. As a temporary measure, you can implement web application firewall (WAF) rules to block requests containing suspicious script patterns in the 'ficheiro' parameter. Additionally, restrict access to the vulnerable interface if possible and monitor for exploitation attempts. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-35322. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart