Bug 2516145 (CVE-2026-74245) - CVE-2026-74245 quay: Unauthenticated exported logs download in Quay
Summary: CVE-2026-74245 quay: Unauthenticated exported logs download in Quay
Keywords:
Status: NEW
Alias: CVE-2026-74245
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-14 19:51 UTC by OSIDB Bzimport
Modified: 2026-08-14 20:06 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-14 19:51:42 UTC
A flaw was found in Red Hat Quay's exported logs feature. The /exportedlogs/<file_id> endpoint at endpoints/web.py:411 has no authentication decorator, allowing any caller with a valid file ID to download exported action logs without authentication. While the file ID is 256 bits (two UUID4s) making blind enumeration infeasible, the ID is delivered via plaintext email and webhook callbacks, creating interception opportunities. On cloud storage backends the download URL expires in 1 hour, but on LocalStorage backends exported log files persist indefinitely and the unauthenticated endpoint serves them with no time limit. Exported logs contain usernames, email addresses, IP addresses, action types, and action-specific metadata.


Note You need to log in before you can comment on or make changes to this bug.