andrewmusselman opened a new issue, #663:
URL: https://github.com/apache/tooling-trusted-releases/issues/663

   **Audit refs:** 8.1.1 MEDIUM-05, 8.2.1 ยง2.8/2.9, 8.2.2 MEDIUM-005, 8.3.1 
MEDIUM-01
   
   #### Description
   
   `atr/worker.py:181-260` โ€” the background task worker executes tasks using 
the `asf_uid` stored at task creation time without re-verifying authorization 
at execution time.
   
   **Scenario:** A user creates a task at T1 with valid access โ†’ access is 
revoked at T2 โ†’ worker processes task at T3 with revoked privileges.
   
   This affects all task-based operations including message sending, SBOM 
generation, SVN imports, GHA workflows, and vote initiation.
   
   #### Recommended fix
   
   Re-verify authorization for security-sensitive tasks at execution time. 
Implement task expiration for privileged operations.
   
   **CWE:** CWE-367 (TOCTOU) | **CVSS:** 5.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to