← Back
PYSEC-2024-154
Vulnerability in ultralytics (PYSEC-2024-154)
Summary
vulnerability in ultralytics (PYSEC-2024-154). Data can be tampered with by attackers. Mitigation: upgrade to `8.3.47` or later.
AI summary snake-internal / snake-material-v2
A vulnerability tracked as **PYSEC-2024-154** has been found in ultralytics.
Data can be tampered with by attackers. CVSS score: ?/10.
What to do: upgrade ultralytics to **8.3.47** or later.
If unsure, ask your IT team or search "ultralytics PYSEC-2024-154" on the vendor's site.
PYSEC-2024-154 (ultralytics) —
Attack vector: remote (network-reachable) / unauthenticated / no user interaction
Patched: `8.3.47` — 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** (unclassified) exists in ultralytics.
📍 Affected scope
ultralytics — .
🔥 Severity
Severity: ?. Data can be tampered with by attackers
🔧 How to fix
Update to **8.3.47**.
🛡️ 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 'ultralytics' .` 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 'ultralytics' . | grep -v node_modulesリポジトリと本番環境の依存ファイル (package-lock.json / requirements.txt / go.sum / Gemfile.lock 等) で `ultralytics` を grep し、稼働しているサービス・バージョンを把握する。
-
6Apply patch patch
Upgrade ultralytics to 8.3.47ステージング環境で 8.3.47 に上げて回帰テスト → 本番反映。回帰テストはアプリの主要ハッピーパスと、Step 3 で見つけた異常検知の続報チェックを含めること。
-
7Post-deployment verification verify
Confirm patched version is live in productionパッチ適用後、ステージングで PoC または同等の悪用パターンを再現して脆弱性が閉じたことを確認。本番では Step 3 と同じログクエリでアラート再発が無いか継続監視。
Affected packages
PyPI
ultralytics
[{"type":"ECOSYSTEM","events":[{"introduced":"8.3.41"},{"fixed":"8.3.47"}]}]
References
- patch https://github.com/ultralytics/ultralytics/pull/18052
- patch https://github.com/ultralytics/ultralytics/pull/18111
- patch https://github.com/ultralytics/ultralytics/releases/tag/v8.3.48
- report https://inspector.pypi.io/project/ultralytics/8.3.41/packages/d0/99/13d92174aa6a470d348a95e31164769f2cdf77838ea3c3e3fd476285777d/ultralytics-8.3.41-py3-none-any.whl/ultralytics/utils/downloads.py#line.284
- report https://github.com/ultralytics/ultralytics/issues/18027
- web https://github.com/ultralytics/ultralytics/pull/18020#issuecomment-2525180194
- web https://blog.yossarian.net/2024/12/06/zizmor-ultralytics-injection