Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Babakizo420

#21845of 56,338
12.5Total CVSS
Vulnerabilities · 2
Medium
1
High
1
PT-2026-55602
4.3
2026-07-03
Gitea · Gitea · CVE-2026-27761
**Name of the Vulnerable Software and Affected Versions** Gitea versions prior to 1.26.3 **Description** Repository RSS and Atom feed endpoints bypass API access token scope checks. This allows tokens that lack the necessary repository scope to access commit data from private repositories. **Recommendations** Update Gitea to version 1.26.3 or later.
PT-2026-52539
8.2
2026-06-25
Unknown · Filebrowser · CVE-2026-55667
**Name of the Vulnerable Software and Affected Versions** File Browser versions prior to 2.63.16 **Description** A scoped, non-admin user with only Create permissions can delete arbitrary files outside their assigned scope, including other tenants' data and the application database. This occurs during the upload failure-cleanup process in the direct-upload handler. The issue stems from the `ScopedFs.RemoveAll()` function, which fails to enforce the symlink guard used by other methods. If a directory symlink that escapes the scope already exists within the user's directory, an authenticated user can trigger a failed upload to execute `ScopedFs.RemoveAll()` on a user-controlled path, bypassing both the ScopedFs boundary and the delete permission requirement. **Recommendations** Update File Browser to version 2.63.16.