CVE-2025-10280: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in SailPoint Technologies IdentityIQ
IdentityIQ 8.5, IdentityIQ 8.4 and all 8.4 patch levels prior to 8.4p4, IdentityIQ 8.3 and all 8.3 patch levels including 8.3p5, and all prior versions allows some IdentityIQ web services that provide non-HTML content to be accessed via a URL path that will set the Content-Type to HTML allowing a requesting browser to interpret content not properly escaped to prevent Cross-Site Scripting (XSS).
AI Analysis
Technical Summary
CVE-2025-10280 is a Cross-Site Scripting (XSS) vulnerability classified under CWE-79 that impacts SailPoint Technologies IdentityIQ versions 8.3, 8.4 (including patch levels prior to 8.4p4), and 8.5. The vulnerability stems from certain IdentityIQ web services designed to deliver non-HTML content being accessible through URL paths that incorrectly set the HTTP Content-Type header to 'text/html'. This misconfiguration causes browsers to interpret the response as HTML, even though the content is not properly escaped or sanitized. As a result, malicious actors can craft URLs that inject executable scripts into the victim's browser context, leading to XSS attacks. The vulnerability requires network access (AV:N), has a high attack complexity (AC:H), requires low privileges (PR:L), and user interaction (UI:R). The scope is unchanged (S:U), but the impact is high across confidentiality, integrity, and availability (C:H/I:H/A:H). Although no known exploits have been reported in the wild, the vulnerability poses a significant risk due to the sensitive nature of IdentityIQ deployments, which manage identity governance and access management. The flaw can be exploited to steal session tokens, perform unauthorized actions, or pivot within the network by executing arbitrary scripts in the context of authenticated users. The vulnerability was publicly disclosed on November 3, 2025, and no official patches or mitigations were linked at the time of disclosure.
Potential Impact
The impact of CVE-2025-10280 is substantial for organizations using affected versions of SailPoint IdentityIQ. IdentityIQ is a critical identity governance and administration platform widely used by enterprises and government agencies to manage user access and compliance. Successful exploitation of this XSS vulnerability can lead to theft of authentication tokens, session hijacking, unauthorized actions performed with the victim's privileges, and potential lateral movement within the network. This compromises confidentiality by exposing sensitive identity and access data, integrity by allowing unauthorized changes, and availability if attackers disrupt services or trigger denial-of-service conditions. Given the high privileges often associated with IdentityIQ users, the vulnerability could facilitate significant security breaches, including privilege escalation and data exfiltration. The requirement for user interaction and low privileges reduces the ease of exploitation but does not eliminate the risk, especially in environments with many users and complex workflows.
Mitigation Recommendations
To mitigate CVE-2025-10280, organizations should first verify if they are running affected versions of SailPoint IdentityIQ (8.3, 8.4 prior to 8.4p4, or 8.5). Since no official patches were linked at disclosure, immediate steps include: 1) Restrict access to IdentityIQ web services that serve non-HTML content via URL filtering or web application firewall (WAF) rules to block suspicious or malformed requests that attempt to manipulate the Content-Type header. 2) Implement strict Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of XSS attacks. 3) Review and harden HTTP response headers to ensure Content-Type is correctly set and not overridden by user-controllable input. 4) Conduct thorough input validation and output encoding on all user-supplied data within IdentityIQ customizations or integrations. 5) Monitor logs for unusual URL access patterns or error messages indicative of attempted exploitation. 6) Engage with SailPoint support for any available patches or hotfixes and plan for timely upgrades to patched versions once released. 7) Educate users about phishing and suspicious links to reduce the risk of user interaction exploitation.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, Netherlands, Japan, India, Singapore
CVE-2025-10280: CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') in SailPoint Technologies IdentityIQ
Description
IdentityIQ 8.5, IdentityIQ 8.4 and all 8.4 patch levels prior to 8.4p4, IdentityIQ 8.3 and all 8.3 patch levels including 8.3p5, and all prior versions allows some IdentityIQ web services that provide non-HTML content to be accessed via a URL path that will set the Content-Type to HTML allowing a requesting browser to interpret content not properly escaped to prevent Cross-Site Scripting (XSS).
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-10280 is a Cross-Site Scripting (XSS) vulnerability classified under CWE-79 that impacts SailPoint Technologies IdentityIQ versions 8.3, 8.4 (including patch levels prior to 8.4p4), and 8.5. The vulnerability stems from certain IdentityIQ web services designed to deliver non-HTML content being accessible through URL paths that incorrectly set the HTTP Content-Type header to 'text/html'. This misconfiguration causes browsers to interpret the response as HTML, even though the content is not properly escaped or sanitized. As a result, malicious actors can craft URLs that inject executable scripts into the victim's browser context, leading to XSS attacks. The vulnerability requires network access (AV:N), has a high attack complexity (AC:H), requires low privileges (PR:L), and user interaction (UI:R). The scope is unchanged (S:U), but the impact is high across confidentiality, integrity, and availability (C:H/I:H/A:H). Although no known exploits have been reported in the wild, the vulnerability poses a significant risk due to the sensitive nature of IdentityIQ deployments, which manage identity governance and access management. The flaw can be exploited to steal session tokens, perform unauthorized actions, or pivot within the network by executing arbitrary scripts in the context of authenticated users. The vulnerability was publicly disclosed on November 3, 2025, and no official patches or mitigations were linked at the time of disclosure.
Potential Impact
The impact of CVE-2025-10280 is substantial for organizations using affected versions of SailPoint IdentityIQ. IdentityIQ is a critical identity governance and administration platform widely used by enterprises and government agencies to manage user access and compliance. Successful exploitation of this XSS vulnerability can lead to theft of authentication tokens, session hijacking, unauthorized actions performed with the victim's privileges, and potential lateral movement within the network. This compromises confidentiality by exposing sensitive identity and access data, integrity by allowing unauthorized changes, and availability if attackers disrupt services or trigger denial-of-service conditions. Given the high privileges often associated with IdentityIQ users, the vulnerability could facilitate significant security breaches, including privilege escalation and data exfiltration. The requirement for user interaction and low privileges reduces the ease of exploitation but does not eliminate the risk, especially in environments with many users and complex workflows.
Mitigation Recommendations
To mitigate CVE-2025-10280, organizations should first verify if they are running affected versions of SailPoint IdentityIQ (8.3, 8.4 prior to 8.4p4, or 8.5). Since no official patches were linked at disclosure, immediate steps include: 1) Restrict access to IdentityIQ web services that serve non-HTML content via URL filtering or web application firewall (WAF) rules to block suspicious or malformed requests that attempt to manipulate the Content-Type header. 2) Implement strict Content Security Policy (CSP) headers to limit the execution of inline scripts and reduce the impact of XSS attacks. 3) Review and harden HTTP response headers to ensure Content-Type is correctly set and not overridden by user-controllable input. 4) Conduct thorough input validation and output encoding on all user-supplied data within IdentityIQ customizations or integrations. 5) Monitor logs for unusual URL access patterns or error messages indicative of attempted exploitation. 6) Engage with SailPoint support for any available patches or hotfixes and plan for timely upgrades to patched versions once released. 7) Educate users about phishing and suspicious links to reduce the risk of user interaction exploitation.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- SailPoint
- Date Reserved
- 2025-09-11T16:02:56.954Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 6908dc732caf14b4c6dea3c2
Added to database: 11/3/2025, 4:46:43 PM
Last enriched: 2/26/2026, 10:08:08 PM
Last updated: 3/24/2026, 5:11:42 PM
Views: 325
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.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.