Information Exposure Affecting github.com/mudler/localai/core package, versions <2.21.0
Threat Intelligence
Exploit Maturity
Proof of concept
EPSS
0.04% (11th
percentile)
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-GOLANG-GITHUBCOMMUDLERLOCALAICORE-8310496
- published 30 Oct 2024
- disclosed 29 Oct 2024
- credit mvlttt
Introduced: 29 Oct 2024
New CVE-2024-7010 Open this link in a new tabHow to fix?
Upgrade github.com/mudler/LocalAI/core
to version 2.21.0 or higher.
Overview
Affected versions of this package are vulnerable to Information Exposure due to the handling of cryptographic algorithms during password verification. This is because the time it takes for the system to compare API keys using the ==
operator, can vary depending on how many characters match between the guessed key and the actual key, allowing attackers to guess the key by measuring response times.