HarborApplication · Linuxfoundation

CVE-2022-31667

MEDIUM · 6.4 CVSS v3.1 Published 2024-11-14
Fix available
A fix is available. Upgrade to 2.4.3 / 2.5.2 or later.
See remediation →
70/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Harbor fails to validate the user permissions when updating a robot account that belongs to a project that the authenticated user doesn’t have access to.  By sending a request that attempts to update a robot account, and specifying a robot account id and robot account name that belongs to a different project that the user doesn’t have access to, it was possible to revoke the robot account permissions.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

Harbor fails to validate user permissions when updating robot accounts. An authenticated user can send a request to update a robot account by specifying a robot account ID and name belonging to a different project they don't have access to, successfully revoking that robot account's permissions without proper authorization.

MitigationApply vendor patches for CVE-2022-31667. Until then, restrict API access to trusted users and monitor for unauthorized robot account modifications.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
HarborApplication
Affected:>= 2.0.0, < 2.4.3>= 2.5.0, < 2.5.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Harbor version
    Check the Harbor installation version via the UI under 'Harbor Version' in the administration section, or query the API endpoint /api/v2.0/systeminfo, or run 'harbor -v' if CLI is available
    Affected if The installed version falls within >= 2.0.0 and < 2.4.3, or >= 2.5.0 and < 2.5.2
  2. Review audit logs for robot account modifications
    Access Harbor's audit logs via the UI under 'Logs' or the API /api/v2.0/logs. Search for operations on robot accounts where the requesting user is not a member of the target project
    Affected if Audit entries show robot account updates performed by users who lack permissions for the project owning the robot account
  3. Inspect API access logs for unauthorized robot account operations
    Check Harbor's underlying logs (typically in /var/log/harbor/ or via Docker logs if deployed containerized) for PUT/PATCH requests to /api/v2.0/robots/ with project IDs the requesting user is not authorized to access
    Affected if API requests show robot account modifications targeting projects outside the user's project memberships
  4. Verify robot account ownership consistency
    List all robot accounts via /api/v2.0/robots and cross-reference the project_id field with the user's actual project memberships. Identify any robot accounts that were modified by users not listed as project admins or developers for that project
    Affected if Robot account modification records exist where the modifying user has no role in the target project

A Harbor instance is affected if it runs version 2.0.0 through 2.4.2, or 2.5.0 through 2.5.1, AND audit/API logs show robot account modifications performed by users without project access.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 2.4.3 / 2.5.2 or later
Fixed in 2.4.32.5.2
Interim mitigation

Apply vendor patches for CVE-2022-31667. Until then, restrict API access to trusted users and monitor for unauthorized robot account modifications.

Recommended fix High confidence

2.4.3 or later (for 2.0.0-2.4.x users); 2.5.2 or later (for 2.5.x users)

  1. Identify the current Harbor version by checking the Harbor UI or running `harbor -v`
  2. If running Harbor 2.0.0 - 2.4.x, upgrade to version 2.4.3 or later
  3. If running Harbor 2.5.0 - 2.5.1, upgrade to version 2.5.2 or later
  4. Follow the standard Harbor upgrade documentation for your deployment method (Docker Compose or Kubernetes)
  5. After upgrade, verify that the authorization check is properly enforced by confirming users can no longer modify robot accounts in projects they don't have access to
Caveat Review Harbor release notes for version 2.4.3 and 2.5.2 for any breaking changes or migration requirements before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Harbor Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing10.0 h
  • Review / QA6.0 h
34.0 hours of engineering $5,940
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $9,504.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-31667 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-31667 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data