{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "d3516dc8fcefff629c5b196b8a4d4c4a21b6bc40"
            }
          ],
          "repo": "https://github.com/gentoo/soko",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-gc2x-86p3-mxg2"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/28xxx/CVE-2023-28424.json"
  },
  "details": "Soko if the code that powers packages.gentoo.org. Prior to version 1.0.2, the two package search handlers, `Search` and `SearchFeed`, implemented in `pkg/app/handler/packages/search.go`, are affected by a SQL injection via the `q` parameter. As a result, unauthenticated attackers can execute arbitrary SQL queries on `https://packages.gentoo.org/`. It was also demonstrated that primitive was enough to gain code execution in the context of the PostgreSQL container. The issue was addressed in commit `4fa6e4b619c0362728955b6ec56eab0e0cbf1e23y` of version 1.0.2 using prepared statements to interpolate user-controlled data in SQL queries.",
  "id": "CVE-2023-28424",
  "modified": "2026-04-01T23:08:03.198772904Z",
  "published": "2023-03-20T12:47:13.250Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://gitweb.gentoo.org/sites/soko.git/commit/?id=4fa6e4b619c0362728955b6ec56eab0e0cbf1e23"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/28xxx/CVE-2023-28424.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/gentoo/soko/security/advisories/GHSA-gc2x-86p3-mxg2"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28424"
    },
    {
      "type": "ARTICLE",
      "url": "https://www.sonarsource.com/blog/why-orms-and-prepared-statements-cant-always-win"
    }
  ],
  "schema_version": "1.7.3",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Soko SQL Injection vulnerability"
}