AUGUST 15, 2026
Live Feed
Vulnerability Register

CVE Database

Synced from NVD, cross-referenced against CISA KEV and EPSS · ordered by last update

359,865 records on file
Page 17 of 11,996
CVE ID Score Description
Exploit 1h ago
5.9

Missing Authorization and Authorization Bypass Through User-Controlled Key and Incorrect Permission Assignment for Critical Resource and Exposure of Sensitive Information to an Unauthorized Actor in code.gitea.io/gitea

Exploit 1h ago
4.3

Public-only API token restriction is not enforced on team API routes

Exploit 1h ago
4.9

Public-Only Personal access tokens scope bypass in Organization and Permission Endpoints

Exploit 1h ago
6.5

Release attachment extension allowlist bypass via web release edit form (variant of CVE-2025-68939)

Exploit 1h ago
7.5

Private org member list leaked via /members API endpoint — incomplete fix for PR #38145

Exploit 1h ago
4.3

OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

Exploit 1h ago
4.4

Local File Inclusion via file:// URI in Migration Restore

Exploit 1h ago
7.5

REST API exposes organization membership of private organizations to public

Exploit 1h ago
7.1

Fork-PR Actions task can read a third private repository via the collaborative-owner branch (missing fork-PR guard)

Exploit 1h ago
7.7

Two SSRF findings in Gitea 1.26.2

Exploit 1h ago
6.5

Cross-Repo Information Disclosure via Org-Level Actions Run/Job APIs

Exploit 1h ago
8.5

Repository Migration Follows Git HTTP Redirects After URL Allow/Block Validation, Enabling Internal Git Repository Exfiltration

Exploit 1h ago
5.9

Cross-repository issue/comment attachment re-linking can expose private attachment content

Exploit 1h ago
6.2

Denial of Service (CPU & Memory Exhaustion) via O(N^2) String Concatenation in Debian Package Upload

Exploit 1h ago
9.1

Gitea Remember-Me Token Theft Not Invalidating Attacker Session

Exploit 1h ago
6.2

Gitea SSH Key Parser Denial of Service

Exploit 1h ago
9.8

Privilege Escalation via Access Token Scope Escalation in API

Exploit 1h ago
9.6

Token public-only scope bypassed on Limited-visibility owners (Repository + Package categories) — residual after CVE-2026-25714 / PR #37118

Exploit 1h ago
8.1

OAuth2 sign-in reactivates an administrator-deactivated account on auth sources without refresh tokens (incomplete fix of #38009)

Exploit 1h ago
5.4

Email Management API Bypasses ManageCredentials Feature Restrictions

Exploit 1h ago
2.7

Null Pointer Dereference in AddTime API Causes Authenticated Denial of Service

Exploit 1h ago
9.1

OIDC userinfo Endpoint Returns Identity Claims Without Enforcing API Token Scopes

1h ago
8.7

CVE-2026-55402 is an out of bounds read vulnerability in Secure Access servers prior to version 14.57. Attackers with an ‘in the middle’ position can send specially crafted data to a server causing a persistent denial of service.

Exploit 1h ago
7.5

Internal API HTTP client hardcodes InsecureSkipVerify:true with no config override (CWE-295)

Exploit 1h ago
4.3

RSS/Atom feed handlers bypass API-token scope & public-only confinement (incomplete fix of #37698)

Exploit 1h ago
6.5

Denial of Service via Unbounded io.ReadAll in NPM Package Tag Endpoint

Exploit 1h ago
8.1

Public-only tokens bypass private-resource restrictions on `/api/v1/user` self routes

Exploit 1h ago
6.5

The GET /api/v1/user/actions/runners/registration-token endpoint (and its owner- and repository-level equivalents) creates a new runner registration token if none exists, yet the API scope middleware classifies it as read-only because it is a GET request. A holder of a leaked read:user-scoped token can therefore mint a registration token and register a malicious Actions runner that executes workflow jobs with access to repository secrets and source code.

Exploit 1h ago
3.1

Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

1h ago
9.1

Form::Processor::Field::HtmlArea versions from 0.06 through 1.162360 for Perl allow attacker selected method dispatch and resource exhaustion via an HTML::Tidy diagnostic that validate passes to add_error as a Locale::Maketext template. validate runs HTML::Tidy over the submitted markup and passes each resulting message to add_error as its first argument, which add_error hands to the language handle as the Locale::Maketext message key. The default handle's lexicon sets `_AUTO`, so a message that is not a lexicon entry is compiled as a bracket notation template instead of being looked up. Tidy diagnostics quote the offending attribute name or value, so a bracket group in the submitted markup reaches the template position, where the first token of the group names a method called on the language handle and the remaining tokens are its arguments. A group such as `[0]` makes the compile croak, and neither the field nor the handle catches it, so the exception leaves validate. `[sprintf,%2000000000d,7]` reaches CORE::sprintf with an attacker chosen field width. One submission of crafted markup to an HtmlArea field throws an unhandled exception out of form validation or allocates an arbitrary amount of memory, and an application whose language handle subclass defines side effecting public methods makes those callable with attacker chosen arguments. The other field types pass fixed templates with the submitted value in an argument slot, where it stays inert, and are unaffected.