CVE-2024-22261
11.06.2024, 00:15
SQL-Injection in Harbor allows priviledge users to leak the task IDs
Vendor | Product | Version |
---|---|---|
linuxfoundation | harbor | 2.8.1 ≤ 𝑥 < 2.8.6 |
linuxfoundation | harbor | 2.9.0 ≤ 𝑥 < 2.9.4 |
linuxfoundation | harbor | 2.10.0 ≤ 𝑥 < 2.10.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-566 - Authorization Bypass Through User-Controlled SQL Primary KeyThe software uses a database table that includes records that should not be accessible to an actor, but it executes a SQL statement with a primary key that can be controlled by that actor.
- CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')The software constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component.