CVE-2026-72564
Received Received - Intake

Improper Authorization in Pangolin through v1.20.0

Vulnerability report for CVE-2026-72564, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

An improper authorization vulnerability in fosrl/pangolin through v1.20.0 allows an authenticated remote attacker to authenticate to any resource in any organization by reusing an access token issued for a different resource.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
fosrl pangolin 1.20.0
fossorial pangolin v1.20.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an improper authorization issue in the Pangolin platform (version 1.20.0 or earlier). An authenticated remote attacker can reuse a valid access token issued for one resource to gain unauthorized access to any other resource in any organization. This happens because the authentication handler does not verify the target resource ID when validating tokens.

Detection Guidance

To detect this vulnerability, inspect the authWithAccessToken.ts file in your Pangolin deployment for the absence of resourceId validation during token verification. Check logs for unauthorized access attempts or tokens being reused across different resources. Monitor for sessions created without proper resource scoping.

Impact Analysis

If exploited, this vulnerability allows attackers to bypass access controls and access sensitive resources they are not authorized to use. This could lead to data breaches, unauthorized system access, or further lateral movement within a network. The high CVSS score (9.6) indicates a critical risk.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control, such as GDPR (data confidentiality) and HIPAA (secure access to health data). Unauthorized access risks exposing regulated data, leading to legal penalties, fines, or loss of certification.

Mitigation Strategies

Update Pangolin to the latest version where this issue is fixed. Ensure all access tokens are scoped to specific resources and validate resourceId during token verification. Rotate all existing tokens and review access logs for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72564. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart