Sceawere

Vulnerability Detail

CVE-2026-70547UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

Unauthorized Package Metadata Access Vulnerability

Vulnerability Metadata

Severity
Medium
Score / CVSS
4.3
Creation Date
3h ago
Vendor
jfrog
Product
artifactory
Attack Type
CWE-862 Missing Authorization
Vector String
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Complexity
LOW

Narrative and Response

Description

An authenticated user without repository read permission may access package metadata under specific conditions.

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "4.3",
  "pubDate": "2026-08-12T16:17:21.440Z",
  "pubdate": "2026-08-12T16:17:21.440Z",
  "executiveSummary": "An authorization bypass vulnerability exists that permits an authenticated user lacking repository read permissions to access package metadata under specific conditions. This security flaw introduces risks related to unauthorized information disclosure within the affected ecosystem. The primary impact is the unauthorized exposure of sensitive package metadata to principals who should otherwise be restricted based on their assigned role-based access control configurations. The attacker capability is limited to information retrieval regarding packages rather than direct modification or code execution, provided they hold authenticated status within the platform. Exploitation requires the attacker to be authenticated and involves leveraging specific edge-case conditions that bypass standard permission validation checks governing repository read capabilities. The risk implication centers on the potential leakage of internal project structures, dependency trees, and package configurations to unauthorized users, which could facilitate subsequent targeted attacks or violate data privacy compliance requirements. Remediation requires tightening authorization enforcement mechanisms around package metadata endpoints to ensure that repository read permissions are strictly validated prior to serving any metadata responses.",
  "technicalDetails": "The vulnerability stems from a flaw in the access control logic governing package metadata endpoints within the application framework. Specifically, the authorization enforcement layer fails to properly evaluate repository read permissions under certain conditional execution paths when processing requests from authenticated users. The vulnerable component is the permission validation module responsible for arbitrating access to package-level information. \nUnder normal operating conditions, an authenticated user attempting to query package metadata must possess explicit read permissions for the target repository. However, due to the flaw, specific request parameters or state conditions allow the request lifecycle to bypass the standard middleware or function calls responsible for verifying these access rights. Consequently, the backend service processes the query and returns the requested package metadata payload to the unauthorized caller.\nThe step-by-step attack flow proceeds as follows: First, an attacker establishes an authenticated session within the platform, possessing valid user credentials but intentionally lacking read permissions for a specific target repository. Second, the attacker formulates a targeted HTTP request directed at the package metadata retrieval endpoint, potentially incorporating specific conditions or parameters designed to trigger the authorization bypass logic. Third, the application receives the request and improperly validates the session's privileges, incorrectly mapping the operation to an unconstrained or loosely verified code path. Fourth, the underlying database or storage layer retrieves the package metadata associated with the target repository. Fifth, the application serializes and returns the metadata payload in the response to the attacker. Post-exploitation impact is strictly bounded to unauthorized data disclosure, allowing the attacker to enumerate package details, versions, and internal configurations without holding the requisite repository read privileges."
}
CVE-2026-70547: Unauthorized Package Metadata Access Vulnerability (MEDIUM Severity, CVSS: 4.3) - Sceawere