Lucene search
+L

57972 matches found

EUVD
EUVD
added 2026/08/20 10:01 p.m.10 views

EUVD-2026-63743

Mailu is a mail server as a set of Docker images. Prior to version 2024.06.52, a missing authorization check in the Mailu admin REST API allows any unauthenticated attacker to remove any potential IP restriction or update the comment field from any existing user token provided the REST API is...

7.5CVSS5.4AI score0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 9:57 p.m.13 views

CVE-2026-72843

EverShop 's updateCustomer route (packages/evershop/src/modules/customer/api/updateCustomer/route.json) is declared "access": "public", so the admin auth middleware calls next() without verifying the caller and no session guard protects the route. The handler in updateCustomer.js loads a customer...

9.8CVSS5.4AI score0.00573EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 9:53 p.m.27 views

CVE-2026-49244 SFTPGo: Path confinement bypass in public browsable share partial ZIP download

SFTPGo is an open source, event-driven file transfer solution. From 2.2.0 until 2.7.3, the public web-client partial ZIP download endpoint for a browsable share validates client-supplied files entries with a raw byte-prefix comparison rather than a directory-boundary-aware check. An unauthenticat...

5.9CVSS0.0037EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 9:53 p.m.31 views

CVE-2026-49244

SFTPGo (open-source file transfer solution) versions 2.2.0 through 2.7.3 contain a path confinement bypass in the public web-client partial ZIP download endpoint for browsable shares. The root cause is a raw byte-prefix comparison used to validate client-supplied file entries instead of a directo...

5.9CVSS8.6AI score0.0037EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 9:53 p.m.9 views

EUVD-2026-63713

SFTPGo is an open source, event-driven file transfer solution. From 2.2.0 until 2.7.3, the public web-client partial ZIP download endpoint for a browsable share validates client-supplied files entries with a raw byte-prefix comparison rather than a directory-boundary-aware check. An unauthenticat...

5.9CVSS8.6AI score0.0037EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 9:49 p.m.12 views

CVE-2026-54509

TREK (collaborative travel planner) versions 3.0.0 through 3.1.0 contain an IDOR vulnerability in the GET /api/journeys/:id/share-link route. The endpoint returns a journey share token without verifying that the authenticated requester owns or has access to the target journey. Because journey IDs...

6.5CVSS5.3AI score0.00304EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 9:43 p.m.40 views

CVE-2026-65801 Microsoft Exchange Online Elevation of Privilege Vulnerability

...

10CVSS0.00522EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 9:43 p.m.66 views

CVE-2026-65801

CVE-2026-65801 is a critical (CVSS 3.1: 10.0) server-side request forgery (SSRF) vulnerability in Microsoft Exchange Online that allows an unauthorized, unauthenticated attacker to elevate privileges over a network . The attack requires no user interaction, no prior privileges, and has low comple...

10CVSS5.3AI score0.00522EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/20 9:29 p.m.5 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go configures...

6.5CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 9:29 p.m.32 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go configures...

6.5CVSS0.00146EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 9:15 p.m.26 views

CVE-2026-67447 Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

Mailpit is an email testing tool and API for developers. From 1.30.0 until 1.30.5, Mailpit's internal/smtpd/smtpd.go readData function calls bufio.Reader.ReadBytes before applying the lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS0.00372EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 9:13 p.m.8 views

EUVD-2026-63663

Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit reads SMTP commands through internal/smtpd/smtpd.go session.readLine using bufio.Reader.ReadString before session.parseLine parses the verb or the RFC 5321 512-octet command-line limit is enforced. An unauthenticate...

5.3CVSS5.6AI score0.00371EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 9:11 p.m.10 views

EUVD-2026-63661

Improper Neutralization of CRLF Sequences 'CRLF Injection' vulnerability in mtrudel bandit allows an unauthenticated remote attacker to smuggle CR, LF, or NUL characters into application-visible request headers via HTTP/2. Bandit.HTTP2.Stream.readheaders/1 validates pseudo-header placement and...

6.9CVSS5.7AI score0.00549EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/20 9:10 p.m.36 views

CVE-2026-67446 Mailpit: Thumbnail generation decodes unbounded image dimensions before scaling

Mailpit is an email testing tool and API for developers. Prior to 1.30.4, Mailpit decodes attacker-supplied image attachments into a full raster before checking decoded dimensions, pixel count, or memory use in the GET /api/v1/message/id/part/partID/thumb endpoint. The Thumbnail handler in...

5.3CVSS0.00371EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 9:07 p.m.16 views

CVE-2026-43798

CVE-2026-43798 is an out-of-bounds stack write vulnerability in swift-nio-ssh , Apple's SSH library for Swift. A single crafted SSH message allows an unauthenticated network attacker to write attacker-controlled data of attacker-controlled length to an out-of-bounds stack location in any applicat...

5.3AI score0.00145EPSS
SaveExploits0References1
Wolfi
Wolfi
added 2026/08/20 8:51 p.m.12 views

CVE-2026-61712 vulnerabilities

Vulnerabilities for packages: kubescape, podman, scorecard, guac, kaniko, conftest...

2.3CVSS5AI score0.00404EPSS
SaveExploits0
NVD
NVD
added 2026/08/20 8:17 p.m.10 views

CVE-2026-72861

The github-issue-bot templates in appwrite/templates verify the GitHub webhook signature with an inverted condition. verifyWebhook in node/github-issue-bot/src/github.js and in node-typescript/github-issue-bot/src/github.ts returns "typeof signature !== 'string' || await verify...", so when the...

6.9CVSS0.002EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/20 7:48 p.m.13 views

CVE-2026-72861

In Appwrite templates' github-issue-bot, verifyWebhook uses an inverted condition (typeof signature !== 'string' || (await verify(...))) that short-circuits to success when the X-Hub-Signature-256 header is absent, skipping HMAC verification. Unauthenticated callers can then post arbitrary commen...

6.9CVSS5.3AI score0.002EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/20 7:16 p.m.8 views

CVE-2026-19586

A pre-authentication OS command injection vulnerability has been identified in Omada gateways configured to operate as an OpenVPN Server due to insufficient validation of client-supplied data during OpenVPN connection establishment. An unauthenticated remote attacker may provide specially crafted...

9.3CVSS0.05035EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 6:53 p.m.18 views

CVE-2026-64777

CVE-2026-64777 affects Apple's container tool. A malicious builder peer can request an in-context file by name from the host and receive the contents of whatever that name resolves to, even when it resolves outside the build context . This is a path-traversal-style information disclosure: the fil...

4.3CVSS5.3AI score0.00227EPSS
SaveExploits0References1
Rows per page
Query Builder