Live feed

CVE Feed

Last 30 days — 13,784 matching across all industries.

Showing 40

Auto-refreshupdated 6s ago
CVE-2026-58440
MEDIUM· 6.8

Webhooks created by a collaborator keep firing after their repo access is revoked → ongoing real-time exfiltration of private repo content (incomplete revocation cleanup in `DeleteCollaboration`)

29d ago
CVE-2026-58439
HIGH· 8.1

Branch Protection Bypass via PR Retargeting Preserves Stale `official` Approval Flag

29d ago
CVE-2026-58438
HIGH· 7.5

Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access

29d ago
CVE-2026-58437
HIGH· 7.1

Repository Visibility Manipulation via Git Push Options

29d ago
CVE-2026-58436
HIGH· 7.5

ParseAcceptLanguage quadratic-time DoS via Locale middleware on unauthenticated requests

29d ago
CVE-2026-58435
MEDIUM· 5.4

Gitea LFS Deploy-Key Privilege Escalation

29d ago
CVE-2026-58434
HIGH· 7.5

Private Repository Metadata Remains Accessible After Access Revocation

29d ago
CVE-2026-58433
CRITICAL· 9.1

Team-repository linking endpoint bypasses the RepoAdminChangeTeamAccess organization setting

29d ago
CVE-2026-58432
MEDIUM· 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

29d ago
CVE-2026-58431
MEDIUM· 4.3

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

29d ago
CVE-2026-58429
MEDIUM· 4.9

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

29d ago
CVE-2026-58428
MEDIUM· 6.5

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

29d ago
CVE-2026-58427
HIGH· 7.5

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

29d ago
CVE-2026-58425
MEDIUM· 4.3

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

29d ago
CVE-2026-58420
MEDIUM· 4.4

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

29d ago
CVE-2026-58417
HIGH· 7.5

REST API exposes organization membership of private organizations to public

29d ago
CVE-2026-58416
HIGH· 7.1

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

29d ago
CVE-2026-58314
HIGH· 7.7

Two SSRF findings in Gitea 1.26.2

29d ago
CVE-2026-57897
MEDIUM· 6.5

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

29d ago
CVE-2026-57894
HIGH· 8.5

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

29d ago
CVE-2026-57886
MEDIUM· 5.9

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

29d ago
CVE-2026-56755
MEDIUM· 6.2

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

29d ago
CVE-2026-56750
CRITICAL· 9.1

Gitea Remember-Me Token Theft Not Invalidating Attacker Session

29d ago
CVE-2026-56657
MEDIUM· 6.2

Gitea SSH Key Parser Denial of Service

29d ago
CVE-2026-56654
CRITICAL· 9.8

Privilege Escalation via Access Token Scope Escalation in API

29d ago
CVE-2026-56443
CRITICAL· 9.6

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

29d ago
CVE-2026-55987
HIGH· 8.1

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

29d ago
CVE-2026-55986
MEDIUM· 5.4

Email Management API Bypasses ManageCredentials Feature Restrictions

29d ago
CVE-2026-55984
LOW· 2.7

Null Pointer Dereference in AddTime API Causes Authenticated Denial of Service

29d ago
CVE-2026-55982
CRITICAL· 9.1

OIDC userinfo Endpoint Returns Identity Claims Without Enforcing API Token Scopes

29d ago
CVE-2026-55402
MEDIUM· 5.9

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.

absolute
29d ago
CVE-2026-54481
HIGH· 7.5

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

29d ago
CVE-2026-50105
MEDIUM· 4.3

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

29d ago
CVE-2026-42931
MEDIUM· 6.5

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

29d ago
CVE-2026-24791
HIGH· 8.1

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

29d ago
CVE-2026-24059
MEDIUM· 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.

29d ago
CVE-2026-23603
LOW· 3.1

Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

29d ago
CVE-2026-13051
CRITICAL· 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.

29d ago
CVE-2026-13048
HIGH· 8.2

Data::MuForm::Localizer versions through 0.05 for Perl execute Perl from a message catalog header, reached at an arbitrary path because load_lexicon interpolates the language attribute into the catalog filename. load_lexicon builds the catalog path by appending `Messages/$lang.po` to the directory holding Localizer.pm, where $lang is the language attribute, with no check that it names a bare locale tag. A value holding `../` segments walks out of the message directory, so any readable path with a `.po` suffix is loaded. While parsing the catalog, extract_header_msgstr takes the `Plural-Forms:` header, prefixes `$` to the bare words nplurals, plural and n, and passes the rest verbatim into a string that is evaluated: the nplurals form evaluates the header expression immediately, and the plural_code form compiles it into a subroutine whose body runs when a plural message is localized. A header of `nplurals=2; plural=(system('...'),0);` therefore runs that command as the catalog loads. The evaluation inherits strict, so an expression that assigns to an undeclared variable fails to compile, while one built from calls alone does not. An application that sets the language attribute from request data, an Accept-Language header or a locale parameter, and an attacker who can place a file with a `.po` suffix and chosen contents at a readable path, together give code execution as the application user. The message expansion path is not affected: expand_named substitutes only the placeholder names the caller supplies, and _mangle_value returns the value unchanged.

29d ago
CVE-2022-4993
CRITICAL· 9.1

HTML::FormHandler versions before 0.410000 for Perl allow attacker selected method dispatch and resource exhaustion because _apply_actions and add_error use error message text built from request data as a Locale::Maketext bracket notation template. add_error hands its first argument to the language handle as the Locale::Maketext message key, and the default handle's lexicon sets `_AUTO`, so a string that is not a lexicon entry is compiled as a bracket notation template instead of being looked up. In a bracket group the first token names a method called on the language handle and the remaining tokens are its arguments. Three kinds of text the library did not author reach that position. _apply_actions installs a `$SIG{__WARN__}` handler that stores the warning text in `$error_message`, and a captured warning survives a successful action, so a field carrying a numeric transform turns `Argument "[sprintf,%50000000d,0]" isn't numeric` into the template; a warning quotes the submitted value verbatim, so the group is well formed and dispatches. `$error_message ||= $tobj->validate($new_value)` takes a type constraint's own failure message, which renders the rejected value through a partial dumper in bracket and comma form (Devel::PartialDump when Moose can load it, Type::Tiny's own dumper always), so a field with `apply => [ Str ]` given a parameter sent more than once, which arrives as an array, gets `Reference ["a","b"] did not pass type constraint "Str"` as its template, from a request that carries no bracket character of its own. A coercion or transform exception reaches it the same way. Beyond those, a validator whose message contains the field value puts that value in the template directly, and add_error replaces the message list with the contents of an arrayref first argument (`@message = @{$message[0]} if ref $message[0] eq 'ARRAY'`), so a value arriving as an array fills the argument slots from the same request as well. A malformed group such as `[0]` makes the compile croak, and HTML::FormHandler::I18N::maketext and add_error each re-raise that as a die, so process() throws. A well formed group naming sprintf reaches CORE::sprintf with an attacker chosen field width. Any caller that applies a type constraint or a transform to an untrusted field, or whose validator passes an untrusted field value to add_error, can be made to throw an unhandled exception out of process(), or to allocate an arbitrary amount of memory in one request, and an application whose language handle subclass defines side effecting public methods makes those callable with attacker chosen arguments. The dumped type constraint message is bounded to the exception, because both dumpers quote non-numeric elements so the method slot is never an attacker chosen name. The built-in messages pass fixed templates with the value in an argument slot, where it stays inert, and the built-in field types attach explicit message callbacks, so neither is affected.

29d ago
Feedback

How was this page?

Spotted something off, or have an idea? Let us know.

0/1000