CVE-2025-41750
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-09
Assigner: CERT VDE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phoenix_contact | fl_switch | 3.50 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
To mitigate this XSS vulnerability in pxc_PortCfg.php, ensure that users are cautious about clicking on untrusted links in the web-based management interface. Since the vulnerability requires an authenticated user to be tricked into clicking a malicious link, educating users about phishing risks is important. Additionally, monitor for firmware updates or patches from the vendor addressing this issue and apply them promptly once available.
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Scripting (XSS) issue in the pxc_PortCfg.php file. An unauthenticated remote attacker can exploit it by tricking an authenticated user into clicking a malicious link. This can cause the user to unknowingly change device configuration parameters through the web-based management interface. However, the attacker cannot access system-level resources or take over the user's session because the session cookie is protected by the httpOnly flag.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to manipulate device configuration parameters by deceiving an authenticated user into clicking a crafted link. This could lead to unauthorized changes in device settings, potentially affecting device behavior or security. However, it does not allow the attacker to access operating system internals, privileged functions, or hijack user sessions.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided information does not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.