Cyber Resilience

CVE-2024-9612

Onyx 0.3.94

Public PoC
Published
20 March 2025
Modified
03 April 2025
CVSS Score v3.1 6.5
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:N/A:N
EPSS Score 0.0068 49th percentile
Risk Priority 51 floored blend · peak EPSS

Summary

CVE-2024-9612 is a medium-severity Insufficient Isolation of System-Dependent Functions (CWE-1100) vulnerability in Onyx Onyx. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 49th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as LLM Application Platforms; in the Other ATLAS/OWASP Terms risk domain.

The strongest mitigations our analysis identified map to SC-32 (System Partitioning) and SC-2 (Separation of System and User Functionality) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In danswer-ai/danswer v0.3.94, administrators can set the visibility of pages within a workspace, including the search page. When the search page is set to be invisible, regular users cannot view the search page or access its functionalities from the front-end…

more

interface. However, the back-end does not verify the visibility status of the search page. Consequently, attackers can directly call the API to access the functionalities provided by the search page, bypassing the visibility restriction set by the administrator.

CWE(s)

AI Security AnalysisAI

AI Category
LLM Application Platforms
Risk Domain
Other ATLAS/OWASP Terms
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

CVEs Like This One

CVE-2026-42277Same product: Onyx Onyx
CVE-2024-7767Same product: Onyx Onyx
CVE-2026-42276Same product: Onyx Onyx
CVE-2025-7894Same product: Onyx Onyx
CVE-2025-51479Same product: Onyx Onyx
CVE-2025-3466Shared CWE-1100
CVE-2026-44007Shared CWE-1100
CVE-2026-44008Shared CWE-1100

Affected Assets

onyx
onyx
0.3.94

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Requires partitioning the system into distinct components in separate domains, structurally preventing mixed system-dependent functionality.

Requires explicit separation of user and system-management functionality into distinct modules.

Mandates isolation of security functions from non-security functions, directly addressing modular separation of system-dependent code.

Enforces separate execution domains per process, limiting mixing of system-dependent logic.

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.PS-06 mostly match
prevents

Secure SDLC practices directly enforce modular isolation of system-dependent functions during design and coding.

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 explicitly require modular isolation of system-dependent functions.

prevents

Secure development life cycle processes encourage modular design but do not specifically address isolation of system-dependent functions.

prevents

Secure coding standards mandate separating platform-specific code into distinct modules to reduce coupling.

none

Separation of development, test and production environments indirectly benefits from modular isolation but does not enforce it.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 9 (1 rule)
  • V-271452 OL 9 must use a Linux Security Module configured to enforce limits on system services. prevents CWE-1100

References