Latest CVE Feed

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

Score
Vulnerability
Published
5.3 MEDIUM
CVE-2026-5512 — Improper authorization vulnerability in GitHub Enterprise Server allowed disclosure of pr…

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…

enterprise_server | Remote | Authorization
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

enterprise_server | Injection
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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 …

enterprise_server | Remote | Authorization
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
5.4 MEDIUM
CVE-2026-41063 — WWBN AVideo has incomplete fix for CVE-2026-33500 (XSS)

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

avideo | Remote | Cross-Site Scripting
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
6.5 MEDIUM
CVE-2026-41062 — WWBN/AVideo has an incomplete fix for a directory traversal bypass via query string in Re…

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…

avideo | Remote | Path Traversal
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
5.4 MEDIUM
CVE-2026-41061 — WWBN AVideo Vulnerable to stored XSS via Unanchored Duration Regex in Video Encoder Recei…

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,…

avideo | Remote | Cross-Site Scripting
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
7.7 HIGH
CVE-2026-41060 — AVideo's SSRF via same-domain hostname with alternate port bypasses isSSRFSafeURL

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…

avideo | Remote | Server-Side Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
8.1 HIGH
CVE-2026-41058 — AVideo has an incomplete fix for CVE-2026-33293 (Path Traversal) in AVideo

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()`…

avideo | Remote | Path Traversal
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
7.1 HIGH
CVE-2026-41057 — AVideo has CORS Origin Reflection Bypass via plugin/API/router.php and allowOrigin(true) …

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` …

avideo | Remote | Misconfiguration
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
8.1 HIGH
CVE-2026-41056 — AVideos has CORS Origin Reflection with Credentials on Sensitive API Endpoints that Enabl…

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-…

avideo | Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

avideo | Remote | Server-Side Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

avideo | Remote | Authentication
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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 …

avideo | Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

avideo | Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

avideo | Remote | Cross-Site Request Forgery
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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…

enterprise_server | Remote | Authorization
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 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 22, 2026
Apr 21, 2026
Apr 22, 2026
4.8 MEDIUM
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 22, 2026
Apr 21, 2026
Apr 22, 2026
6.3 MEDIUM
CVE-2026-6829 — nesquena hermes-webui Arbitrary Workspace Directory Access

nesquena hermes-webui contains a trust-boundary failure vulnerability that allows authenticated attackers to set or change a session workspace to an arbitrary existing directory on disk by manipulati…

Remote | Path Traversal
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
6.5 MEDIUM
CVE-2026-6799 — Comfast CF-N1-S Endpoint mbox-config command injection

A security flaw has been discovered in Comfast CF-N1-S 2.6.0.1. Affected by this issue is some unknown functionality of the file /cgi-bin/mbox-config?method=SET&section=ping_config of the component E…

Remote | Injection
Apr 21, 2026 Apr 22, 2026
Apr 21, 2026
Apr 22, 2026
Showing 20 of 6460 Results