Lucene search
+L

91986 matches found

OSV
OSV
added 2026/08/25 11:33 a.m.3 views

CVE-2026-79672 Ech0 before 4.4.3 Authentication Bypass via Comment Panel

Ech0 before 4.4.3 fails to enforce scope-based authorization on nine comment panel admin endpoints, allowing access tokens with minimal scopes to perform full comment moderation operations. Attackers with a limited-scope access token can list, approve, reject, delete comments, and modify comment...

7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 11:33 a.m.6 views

EUVD-2026-65443

Ech0 through 4.2.1 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.5CVSS5.4AI score0.00245EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 11:33 a.m.25 views

CVE-2026-79671 Ech0 before 4.4.3 SSRF via DNS Resolution Bypass

Ech0 through 4.2.1 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.5CVSS0.00245EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 11:33 a.m.9 views

EUVD-2026-65442

Ech0 before 4.4.3 fails to enforce scope-based authorization on nine comment panel admin endpoints, allowing access tokens with minimal scopes to perform full comment moderation operations. Attackers with a limited-scope access token can list, approve, reject, delete comments, and modify comment...

7CVSS5.3AI score0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.6 views

CVE-2026-79671 Ech0 before 4.4.3 SSRF via DNS Resolution Bypass

Ech0 through 4.2.1 contains a server-side request forgery vulnerability in the validateWebhookURL function webhooksettingservice.go, which only validates literal IP addresses via net.ParseIP and fails to reject hostnames that DNS-resolve to private or internal IPs e.g., 169.254.169.254.nip.io. An...

5.1CVSS5.6AI score
SaveExploits0References4
CVE
CVE
added 2026/08/25 11:33 a.m.15 views

CVE-2026-79671

Ech0 versions through 4.2.1 contain a server-side request forgery (SSRF) vulnerability in the validateWebhookURL function (webhook_setting_service.go). The validation only rejects literal IP addresses via net.ParseIP() but fails to reject hostnames that DNS-resolve to private or internal addresse...

5.5CVSS5.5AI score0.00245EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.3 views

CVE-2026-79669 Ech0 before 4.4.3 Missing Authorization on System Logs

Ech0 before 4.4.3 lacks authorization checks on system log endpoints allowing any authenticated non-admin user to read and stream all server logs. Attackers can access historical logs and real-time log streams via GET /api/system/logs, GET /api/system/logs/stream, and WS /ws/system/logs to gather...

5.3CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/25 11:33 a.m.8 views

EUVD-2026-65447

Ech0 version 4.3.4 and earlier fails to reliably enforce scoped access token least-privilege restrictions on several privileged admin routes. Multiple privileged endpoints e.g., /api/inbox, /api/panel/comments, /api/backup/export omit scope checks and authorize based only on the user's admin role...

7.6CVSS5.5AI score0.0019EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 11:33 a.m.26 views

CVE-2026-79667 Ech0 before 4.4.3 Authentication Bypass via Scope Enforcement

Ech0 version 4.3.4 and earlier fails to reliably enforce scoped access token least-privilege restrictions on several privileged admin routes. Multiple privileged endpoints e.g., /api/inbox, /api/panel/comments, /api/backup/export omit scope checks and authorize based only on the user's admin role...

7.6CVSS0.0019EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.6 views

CVE-2026-79667 Ech0 before 4.4.3 Authentication Bypass via Scope Enforcement

Ech0 version 4.3.4 and earlier fails to reliably enforce scoped access token least-privilege restrictions on several privileged admin routes. Multiple privileged endpoints e.g., /api/inbox, /api/panel/comments, /api/backup/export omit scope checks and authorize based only on the user's admin role...

7.2CVSS5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 11:33 a.m.26 views

CVE-2026-79665 Ech0 before 4.5.1 Authorization Bypass via Session Tokens

Ech0 before 4.5.1 contains an authorization bypass vulnerability where session tokens skip scope validation in RequireScopes middleware, allowing logged-in non-admin users to access admin endpoints. Attackers can read system logs, visitor statistics, user emails, and subscribe to live WebSocket...

8.8CVSS0.00352EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 11:33 a.m.8 views

EUVD-2026-65449

Ech0 before 4.5.1 contains an authorization bypass vulnerability where session tokens skip scope validation in RequireScopes middleware, allowing logged-in non-admin users to access admin endpoints. Attackers can read system logs, visitor statistics, user emails, and subscribe to live WebSocket...

8.8CVSS5.4AI score0.00352EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.4 views

CVE-2026-79665 Ech0 before 4.5.1 Authorization Bypass via Session Tokens

Ech0 before 4.5.1 contains an authorization bypass vulnerability where session tokens skip scope validation in RequireScopes middleware, allowing logged-in non-admin users to access admin endpoints. Attackers can read system logs, visitor statistics, user emails, and subscribe to live WebSocket...

8.7CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/25 11:33 a.m.18 views

CVE-2026-79665

Ech0 before 4.5.1 is affected by an authorization bypass vulnerability. The root cause is that session tokens skip scope validation in the RequireScopes middleware , enabling logged-in non-admin users to access admin endpoints. An attacker with a valid low-privilege session token can read system ...

8.8CVSS5.4AI score0.00352EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 11:33 a.m.26 views

CVE-2026-79663 Ech0 before 4.7.3 Stored XSS via RSS feed tag names

Ech0 before 4.7.3 contains a stored cross-site scripting vulnerability in the public RSS feed where tag names and markdown content are rendered without HTML escaping. Attackers with admin privileges can inject malicious tag names or raw HTML in echo content that executes as JavaScript in RSS...

4.8CVSS0.00148EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 11:33 a.m.8 views

EUVD-2026-65451

Ech0 before 4.7.3 contains a stored cross-site scripting vulnerability in the public RSS feed where tag names and markdown content are rendered without HTML escaping. Attackers with admin privileges can inject malicious tag names or raw HTML in echo content that executes as JavaScript in RSS...

4.8CVSS4.9AI score0.00148EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:33 a.m.3 views

CVE-2026-79663 Ech0 before 4.7.3 Stored XSS via RSS feed tag names

Ech0 before 4.7.3 contains a stored cross-site scripting vulnerability in the public RSS feed where tag names and markdown content are rendered without HTML escaping. Attackers with admin privileges can inject malicious tag names or raw HTML in echo content that executes as JavaScript in RSS...

4.8CVSS5AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/25 11:23 a.m.3 views

CVE-2025-26686-The-TCP-IP-Flaw-That-Opens-the-Gates

CVE-2025-26686-La-Peculiarita-del-Protocollo-TCP-IP-Che-Apre-i-Cancelli Una vulnerabilità critica di RCE nello stack TCP/IP di Windows CVE-2025-26686 lascia memoria sensibile sbloccata, consentendo a un attaccante remoto di dirottare i sistemi. Sfruttabile attraverso la rete, rischia la...

7.5CVSS8.6AI score0.01499EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 11:07 a.m.2 views

cve-2021-21735-zte-zxhn-h168n-admin-compromise

CVE-2021-21735: ZTE ZXHN H168N Informationsleck bis zur vollständigen Administratorübernahme Technische Fallstudie und für GitHub Pages bereite Ausarbeitung zu CVE-2021-21735 im ZTE ZXHN H168N V3.5. Dieses Repository konzentriert sich auf den Firmware-Routing-Fehler hinter den offengelegten...

6.5CVSS6.3AI score0.00929EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/25 10:42 a.m.3 views

bw-dump

BW-Dump Update 2 : Dieser Schwachstelle wurde CVE-2023-38840 zugewiesen. Update : Ein Patch wurde im GitHub-Pull-Request 5813 veröffentlicht, der die Schwachstelle behebt. Die betroffenen Versionen sind Bitwarden Desktop 2023.7.0 und älter. Beschreibung Ein Proof-of-Concept-Tool, das das...

5.5CVSS5.6AI score0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder