← Back
CVE-2024-29888
Vulnerability in saleor (CVE-2024-29888)
Summary
vulnerability in saleor (CVE-2024-29888). Risk of unauthorized operations or information disclosure. Exploitable via ``Pickup``. Mitigation: upgrade to `3.19.15` or later.
AI summary snake-internal / snake-material-v2
A vulnerability tracked as **CVE-2024-29888** has been found in saleor.
Attackers can target a specific entry point like ``Pickup`` over the network to misuse the product.
Risk of unauthorized operations or information disclosure. CVSS score: ?/10.
What to do: upgrade saleor to **3.19.15** or later.
If unsure, ask your IT team or search "saleor CVE-2024-29888" on the vendor's site.
CVE-2024-29888 (saleor) — CWE-359 /
Attack vector: remote (network-reachable) / unauthenticated
Attack surface: `Pickup`
Patched: `3.19.15` — apply immediately
Plan: 1) Audit SBOM/dependencies, 2) Stage→prod upgrade, 3) Add WAF/proxy monitoring on affected endpoints, 4) Hunt IOCs in logs.
Refs: see the GHSA / vendor advisory / patched release linked on this page.
❓ What is the problem
**A vulnerability** (CWE-359) exists in saleor. Attackers reach the vulnerable code path via ``Pickup`` without authentication.
📍 Affected scope
saleor — . Attack surface: `Pickup`.
🔥 Severity
Severity: ?. Risk of unauthorized operations or information disclosure
🔧 How to fix
Update to **3.19.15**.
🛡️ Workaround
Until the patch is applied: disable the affected feature, apply WAF rules, or restrict access via network ACLs.
🔍 Detection
Search webserver/proxy logs for unusual request patterns matching this CVE's known IOCs. Run `grep -r 'saleor' .` against your dependency files (package-lock.json, requirements.txt, go.sum) to find affected services.
Response Actions (7 steps)
Concrete steps and command examples for SOC/SRE teams to execute in order
-
1Identify exposure identify
grep -r 'saleor' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `saleor` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade saleor to 3.19.15ステージング環境で 3.19.15 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Affected packages
pip
saleor
[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"3.19.15"}]}]
PyPI
saleor
[{"type":"ECOSYSTEM","events":[{"introduced":"3.14.56"},{"fixed":"3.14.61"},{"introduced":"3.15.31"},{"fixed":"3.15.37"},{"introduced":"3.16.27"},{"fixed":"3.16.34"},{"introduced":"3.17.25"},{"fixed":"3.17.32"},{"introduced":"3.18.19"},{"fixed":"3.18.28"},{"introduced":"3.19.5"},{"fixed":"3.19.15"}]}]
References
- advisory https://nvd.nist.gov/vuln/detail/CVE-2024-29888
- advisory https://github.com/advisories/GHSA-mrj3-f2h4-7w45
- package https://github.com/saleor/saleor
- package https://pypi.org/project/saleor
- patch https://github.com/saleor/saleor/commit/b7cecda8b603f7472790150bb4508c7b655946d4
- patch https://github.com/saleor/saleor/commit/d8ba545c16ad3153febc5b5be8fd2ef75da9fc95
- patch https://github.com/saleor/saleor/commit/dccc2c842b4e2e09470929c80f07dc137e439182
- patch https://github.com/saleor/saleor/commit/ef003c76a304c89ddb2dc65b7f1d5b3b2ba1c640
- patch https://github.com/saleor/saleor/commit/997f7ea4f576543ec88679a86bfe1b14f7f2ff26
- patch https://github.com/saleor/saleor/commit/47cedfd7d6524d79bdb04708edcdbb235874de6b
- patch https://github.com/saleor/saleor/commit/39abb0f4e4fe6503f81bfbb871227e4f70bcdd5c
- patch https://github.com/saleor/saleor/commit/22a1aa3ef0bc54156405f69146788016a7f3f761
- web https://github.com/saleor/saleor/security/advisories/GHSA-mrj3-f2h4-7w45
- web https://github.com/saleor/saleor/pull/15697
- web https://github.com/saleor/saleor/pull/15694
- web https://github.com/saleor/saleor/releases/tag/3.14.61
- web https://github.com/saleor/saleor/releases/tag/3.15.37
- web https://github.com/saleor/saleor/releases/tag/3.16.34
- web https://github.com/saleor/saleor/releases/tag/3.17.32
- web https://github.com/saleor/saleor/releases/tag/3.18.28
- web https://github.com/saleor/saleor/releases/tag/3.19.15
- web https://github.com/pypa/advisory-database/tree/main/vulns/saleor/PYSEC-2026-1890.yaml