CVE-2026-57948 Details
Description
Pinpoint through version 3.1.0 contains an insecure session management vulnerability that allows attackers to access the pinpointJwt session cookie due to missing HttpOnly and Secure attributes, enabling JavaScript access via document.cookie and cleartext transmission over HTTP. Attackers can exploit stored or reflected cross-site scripting vulnerabilities to exfiltrate the session token or intercept it through network sniffing to perform session hijacking.
A vulnerability exists in Pinpoint versions through 3.1.0, related to insecure session management. The issue arises because the JWT session cookie, named 'pinpointJwt', is created without the 'HttpOnly' and 'Secure' attributes. This oversight allows JavaScript to access the cookie via 'document.cookie' and exposes the cookie to interception over unencrypted HTTP connections. As a result, attackers could exploit this vulnerability to hijack user sessions by exfiltrating the session token through cross-site scripting (XSS) or by sniffing network traffic.
The vulnerability can be addressed by updating the cookie creation process to include 'HttpOnly' and 'Secure' attributes. For deployments that require HTTP, the 'Secure' attribute can be made configurable, but 'HttpOnly' should always be enabled.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 29, 2026CISA-ADP
Assessed Jul 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/pinpoint-apm/pinpoint/issues/13858 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/pinpoint-apm/pinpoint/issues/13858 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/pinpoint-insecure-session-cookie-attributes-in-pinpointjwt | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1004 | Sensitive Cookie Without 'HttpOnly' Flag | [email protected] |
| CWE-614 | Sensitive Cookie in HTTPS Session Without 'Secure' Attribute | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Pinpoint | <= 3.1.0 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 14, 2026 | CVE Modified | [email protected] |
| Jul 2, 2026 | CVE Modified | CISA-ADP |
| Jul 2, 2026 | CVE Modified | CISA-ADP |
| Jun 30, 2026 | CVE Modified | CISA-ADP |
| Jun 29, 2026 | New CVE Received | [email protected] |
Volerion