Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-41130
HistoryJul 22, 2024 - 5:28 p.m.

CVE-2024-41130 llama.cpp null pointer dereference in gguf_init_from_file

2024-07-2217:28:47
CWE-476
GitHub_M
github.com
2
llama.cpp
null pointer dereference
gguf_init_from_file
vulnerability
fixed
b3427

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

llama.cpp provides LLM inference in C/C++. Prior to b3427, llama.cpp contains a null pointer dereference in gguf_init_from_file. This vulnerability is fixed in b3427.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:ggerganov:llama.cpp:*:*:*:*:*:*:*:*"
    ],
    "vendor": "ggerganov",
    "product": "llama.cpp",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "lessThan": "b3427",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L

SSVC

Exploitation

poc

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-41130