Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
8.9 HIGH
CVE-2026-5921 — GitHub Enterprise Server SSRF Timing Side-Channel Attack

A server-side request forgery (SSRF) vulnerability was identified in GitHub Enterprise Server that allowed an attacker to extract sensitive environment variables from the instance through a timing si…

Remote | Server-Side Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
7.2 HIGH
CVE-2026-5845 — GitHub Enterprise Server Unauthorized Access Vulnerability

An improper authorization vulnerability in scoped user-to-server (ghu_) token authorization in GitHub Enterprise Server allows an authenticated attacker to access private repositories outside the int…

| Authorization
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.3 MEDIUM
CVE-2026-5512 — GitHub Enterprise Server Private Repository Information Disclosure

An improper authorization vulnerability was identified in GitHub Enterprise Server that allowed an authenticated attacker to determine the names of private repositories by their numeric ID. The mobil…

Remote | Authorization
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
8.1 HIGH
CVE-2026-4821 — Proxy configuration command injection vulnerability found in GitHub Enterprise Server Man…

An improper neutralization of special elements vulnerability was identified in GitHub Enterprise Server that allowed an authenticated Management Console administrator to execute arbitrary OS commands…

| Injection
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
7.5 HIGH
CVE-2026-4296 — Incorrect Regular Expression vulnerability in GitHub Enterprise Server allowed unauthoriz…

An incorrect regular expression vulnerability was identified in GitHub Enterprise Server that allowed an attacker to bypass OAuth redirect URI validation. An attacker with knowledge of a first-party …

Remote | Authorization
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.4 MEDIUM
CVE-2026-41063 — AVideo JavaScript URL XSS

WWBN AVideo is an open source video platform. In versions 29.0 and below, the incomplete XSS fix in AVideo's `ParsedownSafeWithLinks` class overrides `inlineMarkup` for raw HTML but does not override…

Remote | Cross-Site Scripting
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
6.5 MEDIUM
CVE-2026-41062 — WWBN AVideo Directory Traversal

WWBN AVideo is an open source video platform. In versions 29.0 and below, the directory traversal fix introduced in commit 2375eb5e0 for `objects/aVideoEncoderReceiveImage.json.php` only checks the U…

Remote | Path Traversal
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.4 MEDIUM
CVE-2026-41061 — WWBN AVideo Stored Cross-Site Scripting

WWBN AVideo is an open source video platform. In versions 29.0 and below, the `isValidDuration()` regex at `objects/video.php:918` uses `/^[0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2}/` without a `$` end anchor,…

Remote | Cross-Site Scripting
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
7.7 HIGH
CVE-2026-41060 — AVideo SSRF Exfiltration Vulnerability

WWBN AVideo is an open source video platform. In versions 29.0 and below, the `isSSRFSafeURL()` function in `objects/functions.php` contains a same-domain shortcircuit (lines 4290-4296) that allows a…

Remote | Server-Side Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
8.1 HIGH
CVE-2026-41058 — AVideo Path Traversal Vulnerability

WWBN AVideo is an open source video platform. In versions 29.0 and below, the incomplete fix for AVideo's CloneSite `deleteDump` parameter does not apply path traversal filtering, allowing `unlink()`…

Remote | Path Traversal
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
7.1 HIGH
CVE-2026-41057 — WWBN AVideo Cross-Origin Credential Exposure

WWBN AVideo is an open source video platform. In versions 29.0 and below, the CORS origin validation fix in commit `986e64aad` is incomplete. Two separate code paths still reflect arbitrary `Origin` …

Remote | Misconfiguration
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
8.1 HIGH
CVE-2026-41056 — WWBN AVideo Cross-Origin Resource Sharing (CORS) Vulnerability

WWBN AVideo is an open source video platform. In versions 29.0 and below, the `allowOrigin($allowAll=true)` function in `objects/functions.php` reflects any arbitrary `Origin` header back in `Access-…

Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
8.6 HIGH
CVE-2026-41055 — AVideo has an incomplete fix for CVE-2026-33039 (SSRF)

WWBN AVideo is an open source video platform. In versions 29.0 and below, an incomplete SSRF fix in AVideo's LiveLinks proxy adds `isSSRFSafeURL()` validation but leaves DNS TOCTOU vulnerabilities wh…

Remote | Server-Side Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.3 MEDIUM
CVE-2026-40935 — WWBN/AVideo has CAPTCHA Bypass via Attacker-Controlled Length Parameter and Missing Token…

WWBN AVideo is an open source video platform. In versions 29.0 and prior, `objects/getCaptcha.php` accepts the CAPTCHA length (`ql`) directly from the query string with no clamping or sanitization, l…

Remote | Authentication
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.4 MEDIUM
CVE-2026-40929 — WWBN AVideo's missing CSRF protection in objects/commentDelete.json.php enables mass comm…

WWBN AVideo is an open source video platform. In versions 29.0 and prior, `objects/commentDelete.json.php` is a state-mutating JSON endpoint that deletes comments but performs no CSRF validation. It …

Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.4 MEDIUM
CVE-2026-40928 — AVideo: Missing CSRF Protection on State-Changing JSON Endpoints Enables Forced Comment C…

WWBN AVideo is an open source video platform. In versions 29.0 and prior, multiple AVideo JSON endpoints under `objects/` accept state-changing requests via `$_REQUEST`/`$_GET` and persist changes ti…

Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
7.1 HIGH
CVE-2026-40926 — WWBN AVideo Vulnerable to CSRF in Admin JSON Endpoints (Category CRUD, Plugin Update Scri…

WWBN AVideo is an open source video platform. In versions 29.0 and prior, three admin-only JSON endpoints — `objects/categoryAddNew.json.php`, `objects/categoryDelete.json.php`, and `objects/pluginRu…

Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
5.3 MEDIUM
CVE-2026-3307 — Authorization bypass in GitHub Enterprise Server secret scanning push protection allows c…

An authorization bypass vulnerability was identified in GitHub Enterprise Server that allowed an attacker with admin access on one repository to modify the secret scanning push protection delegated b…

Remote | Authorization
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
8.1 HIGH
CVE-2026-6832 — Nesquena Hermes WebUI Arbitrary File Deletion via Unvalidated session_id

Hermes WebUI contains an arbitrary file deletion vulnerability in the /api/session/delete endpoint that allows authenticated attackers to delete files outside the session directory by supplying an ab…

Remote | Path Traversal
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
3.3 LOW
CVE-2026-6830 — Nesquena Hermes WebUI Environment Variable Credential Leakage via Profile Switch

nesquena hermes-webui contains an environment variable leakage vulnerability where profile switching does not clear environment variables from the previously active profile before loading the next pr…

| Information Disclosure
Apr 21, 2026 Apr 21, 2026
Apr 21, 2026
Apr 21, 2026
Showing 20 of 6297 Results