REDHAT-BUG-2516145: Medium severity Red Hat Quay vulnerability
A flaw was found in Red Hat Quay's exported logs feature. The /exportedlogs/<fileid> 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2516145?
The severity of REDHAT-BUG-2516145 is classified as medium with a score of 4.
How do I fix REDHAT-BUG-2516145?
To fix REDHAT-BUG-2516145, implement authentication controls for the /exportedlogs/<file_id> endpoint to restrict access.
What software is affected by REDHAT-BUG-2516145?
REDHAT-BUG-2516145 affects Red Hat Quay.
What is the nature of the vulnerability in REDHAT-BUG-2516145?
The vulnerability in REDHAT-BUG-2516145 allows unauthorized access to exported action logs due to the absence of an authentication decorator.
When was REDHAT-BUG-2516145 published?
REDHAT-BUG-2516145 was published on August 14, 2026.