CVE-2025-35060: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Newforma Project Center
CVE-2025-35060 is a medium-severity cross-site scripting (XSS) vulnerability in Newforma Project Center's Info Exchange feature. It allows a remote, authenticated attacker to upload SVG files containing malicious JavaScript, which can be executed when viewed on mobile browsers. The vulnerability arises from improper input neutralization during web page generation, specifically in handling SVG file uploads. Exploitation requires authentication and some user interaction to trigger the malicious payload. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality, integrity, and availability of user sessions and data. European organizations using Newforma Project Center, especially those in architecture, engineering, and construction sectors, should prioritize mitigation. Practical defenses include restricting SVG uploads, sanitizing SVG content, enforcing strict Content Security Policies, and monitoring user activity. Countries with significant adoption of Newforma products and critical infrastructure projects, such as Germany, the UK, France, and the Netherlands, are most likely to be affected. Given the medium CVSS score of 5. 1, the threat requires attention but is not critical.
AI Analysis
Technical Summary
CVE-2025-35060 is a cross-site scripting (XSS) vulnerability classified under CWE-79, affecting Newforma Project Center's Info Exchange (NIX) feature. The vulnerability specifically involves the 'Send a File Transfer' functionality, which permits authenticated remote users to upload SVG files. SVG files can embed JavaScript or other executable content, and due to insufficient input neutralization during web page generation, these scripts may be executed or rendered by web browsers, particularly when accessed via mobile user agents. This improper sanitization allows attackers to inject malicious scripts that can execute in the context of the victim's browser session, potentially leading to session hijacking, data theft, or unauthorized actions within the application. The vulnerability requires the attacker to be authenticated, and some user interaction is necessary to trigger the payload, such as viewing the malicious SVG file through the mobile interface. The CVSS 4.0 base score is 5.1, reflecting a medium severity level, with network attack vector, low attack complexity, no privileges required beyond authentication, and user interaction needed. No patches or known exploits are currently documented, but the risk remains significant due to the nature of XSS attacks and the sensitive project data managed by Newforma Project Center. The vulnerability affects all versions indicated as '0', suggesting either an unspecified or initial release version. The lack of patch links indicates that remediation may still be pending or in development. The vulnerability's impact is compounded by the use of mobile user agents, which may have different security controls or rendering behaviors compared to desktop browsers.
Potential Impact
For European organizations, especially those in architecture, engineering, construction, and project management sectors that rely on Newforma Project Center, this vulnerability could lead to unauthorized access to sensitive project data, manipulation of project workflows, and compromise of user credentials. The XSS flaw can be exploited to execute malicious scripts that steal session tokens, redirect users to phishing sites, or perform unauthorized actions on behalf of authenticated users. This undermines confidentiality and integrity of project information and could disrupt availability if attackers inject disruptive scripts. Given the requirement for authentication and user interaction, the attack surface is somewhat limited but still significant in environments with multiple users and frequent file exchanges. The mobile-specific rendering aspect increases risk for users accessing the platform via smartphones or tablets, common in field operations. The vulnerability could also facilitate lateral movement within an organization's network if attackers leverage stolen credentials or session data. Regulatory compliance risks exist under GDPR if personal data is exposed or mishandled due to exploitation. Overall, the threat could damage organizational reputation, cause operational delays, and incur financial losses.
Mitigation Recommendations
European organizations should implement the following specific mitigations: 1) Restrict or disable SVG file uploads within Newforma Project Center unless absolutely necessary; consider allowing only safer file formats. 2) Implement server-side sanitization of SVG files to remove or neutralize embedded scripts and potentially dangerous elements before storage or rendering. 3) Enforce strict Content Security Policies (CSP) on the web application to limit execution of inline scripts and restrict sources of executable content. 4) Monitor and audit file upload activities and user interactions for anomalous behavior indicative of exploitation attempts. 5) Educate users about the risks of interacting with untrusted files and encourage cautious behavior, especially on mobile devices. 6) Apply principle of least privilege for user accounts to minimize impact if credentials are compromised. 7) Engage with Newforma for timely patches or updates addressing this vulnerability and test them in controlled environments before deployment. 8) Use web application firewalls (WAF) with custom rules to detect and block malicious payloads in SVG uploads. 9) Regularly review and update mobile device security policies to ensure safe access to project management platforms. These measures, combined, will reduce the likelihood and impact of exploitation.
Affected Countries
Germany, United Kingdom, France, Netherlands, Italy, Spain, Sweden
CVE-2025-35060: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in Newforma Project Center
Description
CVE-2025-35060 is a medium-severity cross-site scripting (XSS) vulnerability in Newforma Project Center's Info Exchange feature. It allows a remote, authenticated attacker to upload SVG files containing malicious JavaScript, which can be executed when viewed on mobile browsers. The vulnerability arises from improper input neutralization during web page generation, specifically in handling SVG file uploads. Exploitation requires authentication and some user interaction to trigger the malicious payload. While no known exploits are currently reported in the wild, the vulnerability poses risks to confidentiality, integrity, and availability of user sessions and data. European organizations using Newforma Project Center, especially those in architecture, engineering, and construction sectors, should prioritize mitigation. Practical defenses include restricting SVG uploads, sanitizing SVG content, enforcing strict Content Security Policies, and monitoring user activity. Countries with significant adoption of Newforma products and critical infrastructure projects, such as Germany, the UK, France, and the Netherlands, are most likely to be affected. Given the medium CVSS score of 5. 1, the threat requires attention but is not critical.
AI-Powered Analysis
Technical Analysis
CVE-2025-35060 is a cross-site scripting (XSS) vulnerability classified under CWE-79, affecting Newforma Project Center's Info Exchange (NIX) feature. The vulnerability specifically involves the 'Send a File Transfer' functionality, which permits authenticated remote users to upload SVG files. SVG files can embed JavaScript or other executable content, and due to insufficient input neutralization during web page generation, these scripts may be executed or rendered by web browsers, particularly when accessed via mobile user agents. This improper sanitization allows attackers to inject malicious scripts that can execute in the context of the victim's browser session, potentially leading to session hijacking, data theft, or unauthorized actions within the application. The vulnerability requires the attacker to be authenticated, and some user interaction is necessary to trigger the payload, such as viewing the malicious SVG file through the mobile interface. The CVSS 4.0 base score is 5.1, reflecting a medium severity level, with network attack vector, low attack complexity, no privileges required beyond authentication, and user interaction needed. No patches or known exploits are currently documented, but the risk remains significant due to the nature of XSS attacks and the sensitive project data managed by Newforma Project Center. The vulnerability affects all versions indicated as '0', suggesting either an unspecified or initial release version. The lack of patch links indicates that remediation may still be pending or in development. The vulnerability's impact is compounded by the use of mobile user agents, which may have different security controls or rendering behaviors compared to desktop browsers.
Potential Impact
For European organizations, especially those in architecture, engineering, construction, and project management sectors that rely on Newforma Project Center, this vulnerability could lead to unauthorized access to sensitive project data, manipulation of project workflows, and compromise of user credentials. The XSS flaw can be exploited to execute malicious scripts that steal session tokens, redirect users to phishing sites, or perform unauthorized actions on behalf of authenticated users. This undermines confidentiality and integrity of project information and could disrupt availability if attackers inject disruptive scripts. Given the requirement for authentication and user interaction, the attack surface is somewhat limited but still significant in environments with multiple users and frequent file exchanges. The mobile-specific rendering aspect increases risk for users accessing the platform via smartphones or tablets, common in field operations. The vulnerability could also facilitate lateral movement within an organization's network if attackers leverage stolen credentials or session data. Regulatory compliance risks exist under GDPR if personal data is exposed or mishandled due to exploitation. Overall, the threat could damage organizational reputation, cause operational delays, and incur financial losses.
Mitigation Recommendations
European organizations should implement the following specific mitigations: 1) Restrict or disable SVG file uploads within Newforma Project Center unless absolutely necessary; consider allowing only safer file formats. 2) Implement server-side sanitization of SVG files to remove or neutralize embedded scripts and potentially dangerous elements before storage or rendering. 3) Enforce strict Content Security Policies (CSP) on the web application to limit execution of inline scripts and restrict sources of executable content. 4) Monitor and audit file upload activities and user interactions for anomalous behavior indicative of exploitation attempts. 5) Educate users about the risks of interacting with untrusted files and encourage cautious behavior, especially on mobile devices. 6) Apply principle of least privilege for user accounts to minimize impact if credentials are compromised. 7) Engage with Newforma for timely patches or updates addressing this vulnerability and test them in controlled environments before deployment. 8) Use web application firewalls (WAF) with custom rules to detect and block malicious payloads in SVG uploads. 9) Regularly review and update mobile device security policies to ensure safe access to project management platforms. These measures, combined, will reduce the likelihood and impact of exploitation.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- cisa-cg
- Date Reserved
- 2025-04-15T20:56:24.406Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68e81d27ba0e608b4fac9454
Added to database: 10/9/2025, 8:37:59 PM
Last enriched: 10/17/2025, 5:19:37 AM
Last updated: 11/20/2025, 1:08:12 PM
Views: 42
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
US and Allies Sanction Russian Bulletproof Hosting Service Providers
MediumCVE-2025-40601: CWE-121 Stack-based Buffer Overflow in SonicWall SonicOS
HighCVE-2025-40605: CWE-23 Relative Path Traversal in SonicWall Email Security
HighCVE-2025-40604: CWE-494 Download of Code Without Integrity Check in SonicWall Email Security
HighCVE-2025-12414: CWE-290 Authentication Bypass by Spoofing in Google Cloud Looker
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.