CVE-2023-26033

Source
https://cve.org/CVERecord?id=CVE-2023-26033
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-26033.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-26033
Aliases
  • GHSA-gp8g-jfq9-5q2g
Published
2023-02-24T23:29:36.567Z
Modified
2026-04-02T08:50:37.057191Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
Gentoo soko contains DoS attack based on SQL Injection
Details

Gentoo soko is the code that powers packages.gentoo.org. Versions prior to 1.0.1 are vulnerable to SQL Injection, leading to a Denial of Service. If the user selects (in user preferences) the "Recently Visited Packages" view for the index page, the value of the search_history cookie is used as a base64 encoded comma separated list of atoms. These are string loaded directly into the SQL query with atom = '%s' format string. As a result, any user can modify the browser's cookie value and inject most SQL queries. A proof of concept malformed cookie was generated that wiped the database or changed it's content. On the database, only public data is stored, so there is no confidentiality issues to site users. If it is known that the database was modified, a full restoration of data is possible by performing a full database wipe and performing full update of all components. This issue is patched with commit id 5ae9ca83b73. Version 1.0.1 contains the patch. If users are unable to upgrade immediately, the following workarounds may be applied: (1.) Use a proxy to always drop the search_history cookie until upgraded. The impact on user experience is low. (2.) Sanitize to the value of search_history cookie after base64 decoding it.

Database specific
{
    "cwe_ids": [
        "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/26xxx/CVE-2023-26033.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/gentoo/soko

Affected ranges

Type
GIT
Repo
https://github.com/gentoo/soko
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

v0.*
v0.1.11
v0.1.12
v0.1.13
v0.1.14
v0.1.15
v0.1.16
v0.1.17
v0.1.18
v0.1.19
v0.1.20
v0.1.21
v0.1.22
v0.1.23
v0.2.0
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-26033.json"