Cyber Resilience

CVE-2024-2975

Octopus Server 0.9 – 2023.4.8432

Published
09 April 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0039 32th percentile
Risk Priority 64 floored blend · peak EPSS

Summary

CVE-2024-2975 is a high-severity Race Condition for Write-Once Attributes (CWE-1223) vulnerability in Octopus Octopus Server. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Abuse Elevation Control Mechanism (T1548); ranked at the 32th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A race condition was identified through which privilege escalation was possible in certain configurations.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-0589Same product: Linux Linux Kernel
CVE-2024-4811Same product: Linux Linux Kernel
CVE-2024-7998Same product: Linux Linux Kernel
CVE-2026-0704Same product: Linux Linux Kernel
CVE-2023-4509Same product: Linux Linux Kernel
CVE-2025-0525Same product: Linux Linux Kernel
CVE-2024-9194Same product: Linux Linux Kernel
CVE-2024-4456Same product: Linux Linux Kernel
CVE-2025-0513Same product: Linux Linux Kernel
CVE-2024-1656Same product: Linux Linux Kernel

Affected Assets

octopus
octopus server
0.9 — 2023.4.8432 · 2024.1.437 — 2024.1.12087 · 2024.2.101 — 2024.2.2075

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops untrusted software from writing the register before the trusted component by enforcing authorization rules on the hardware interface.

Least privilege restricts write access to the register to only the trusted software component, eliminating the window for premature untrusted writes.

Information flow enforcement can block unauthorized early writes by controlling data paths to the register from untrusted components.

Security function isolation keeps the write-once mechanism and its trusted initializer separate from untrusted software execution domains.

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.

ID.RA-09 partial match
prevents

Hardware integrity assessment prior to acquisition can surface design flaws such as unsafe write-once register ordering.

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.

prevents

Secure system architecture and engineering principles can mandate hardware access ordering and initialization sequencing to prevent race conditions.

finds

Security testing in development can include hardware simulation and formal verification to catch write-once register race conditions.

prevents

Secure development lifecycle practices can include hardware design reviews that detect write-once register race conditions.

prevents

Secure coding guidelines for hardware description languages can enforce proper write-once attribute protection and initialization order.

none

Change management processes may review hardware design changes but do not directly prevent race conditions in write-once registers.

References