Cyber Resilience

CVE-2025-69602

Auth Bypass in Altumcode 66Biolinks 62.0.0

Public PoCAuth Bypass
Published
28 January 2026
Modified
09 February 2026
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0035 28th percentile
Risk Priority 66 floored blend · peak EPSS

Summary

CVE-2025-69602 is a critical-severity Session Fixation (CWE-384) vulnerability in Altumcode 66Biolinks. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Steal Web Session Cookie (T1539); ranked at the 28th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SC-23 (Session Authenticity) and AC-12 (Session Termination) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-69602 is a session fixation vulnerability in 66biolinks version 62.0.0, a product developed by AltumCode. The flaw occurs because the application does not regenerate the session identifier after successful authentication, resulting in the reuse of the same session cookie value for users logging in from the same browser. This allows an attacker who can set or predict a session ID to potentially hijack an authenticated session. The vulnerability is classified under CWE-384 and carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N). It was published on 2026-01-28T19:16:24.017.

The vulnerability can be exploited remotely by any unauthenticated attacker over the network with low attack complexity and no user interaction required. By injecting or predicting a session ID—such as through a crafted link or prior observation of session behavior—the attacker can fixate the session before a victim logs in. Upon successful authentication, the victim unwittingly adopts the attacker's session, enabling the attacker to hijack the session and access sensitive data or perform actions with the victim's privileges, compromising high confidentiality and integrity.

Advisory details, including potential mitigation steps, are available in the referenced GitHub Gist at https://gist.github.com/Waqar-Arain/c8117308325a91b8f3b7829646915275.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A session fixation vulnerability exists in 66biolinks v62.0.0 by AltumCode, where the application does not regenerate the session identifier after successful authentication. As a result, the same session cookie value is reused for users logging in from the same browser,…

more

allowing an attacker who can set or predict a session ID to potentially hijack an authenticated session.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
T1550.004 Web Session Cookie Lateral Movement
Adversaries can use stolen session cookies to authenticate to web applications and services.
T1606 Forge Web Credentials Credential Access
Adversaries may forge credential materials that can be used to gain access to web applications or Internet services.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-66939Same product: Altumcode 66Biolinks
CVE-2025-69601Same product: Altumcode 66Biolinks
CVE-2025-68139Shared CWE-384
CVE-2024-23590Shared CWE-384
CVE-2025-36115Shared CWE-384
CVE-2025-46605Shared CWE-384
CVE-2025-27661Shared CWE-384
CVE-2025-55266Shared CWE-384
CVE-2023-46733Shared CWE-384
CVE-2024-13967Shared CWE-384

Affected Assets

altumcode
66biolinks
62.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V4.4.4
  • V7.6.2

Mitigating Controls (NIST 800-53 r5) AI

Requires protection of session authenticity, which directly stops an attacker from using a stolen or fixed session identifier after authentication.

Limits the lifetime of any session (fixed or not), thereby reducing the window during which a stolen identifier remains usable.

Enforces that only properly authorized (i.e., freshly authenticated) sessions can access resources, making a pre-existing fixed session ID unusable.

Forces re-authentication under defined conditions, which should result in issuance of a fresh session identifier and invalidation of any prior one.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 mostly match
prevents

Proper authentication processes must invalidate prior session identifiers to prevent fixation attacks.

PR.AA-01 partial match
prevents

Managing identities and credentials includes handling session identifiers as temporary credentials that must be invalidated on re-authentication.

PR.AA-04 partial match
prevents

Protecting and verifying identity assertions encompasses secure handling and regeneration of session tokens.

PR.PS-01 partial match
prevents

Configuration baselines can enforce session regeneration and timeout settings that block fixation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect session-fixation issues, yet the weakness absence does not replace comprehensive testing.

degrades

Access-control policy can mandate session invalidation on re-authentication, but does not prescribe the technical mechanism.

degrades

Identity-management procedures can require new session tokens after login, yet the control is broader than session handling.

degrades

Authentication-information rules can include session-token lifecycle requirements, but the control focuses on credential management.

prevents

Secure-SDLC requirement can embed session-fixation checks, but eliminating the weakness does not satisfy the full SDLC control.

prevents

Application-security requirements can specify session handling, yet the weakness fix alone does not meet the broader requirement.

References