Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-42478
HistoryAug 12, 2024 - 3:05 p.m.

CVE-2024-42478 llama.cpp allows Arbitrary Address Read in rpc_server::get_tensor

2024-08-1215:05:12
CWE-125
GitHub_M
github.com
2
llama.cpp
rpc_server::get_tensor
vulnerability
b3561

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.001

Percentile

38.0%

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

llama.cpp provides LLM inference in C/C++. The unsafe data pointer member in the rpc_tensor structure can cause arbitrary address reading. This vulnerability is fixed in b3561.

CNA Affected

[
  {
    "vendor": "ggerganov",
    "product": "llama.cpp",
    "versions": [
      {
        "status": "affected",
        "version": "< b3561"
      }
    ]
  }
]

ADP Affected

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

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.001

Percentile

38.0%

SSVC

Exploitation

poc

Automatable

yes

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-42478