Lucene search
+L

2194 matches found

OSV
OSV
added 2026/07/27 3:32 p.m.15 views

GO-2026-6066 Gitea: Private Repository Existence Disclosure via go-get Meta Endpoint in gitea.dev

Gitea: Private Repository Existence Disclosure via go-get Meta Endpoint in gitea.dev...

5.3CVSS5.8AI score0.00256EPSS
SaveExploits0References2
Veracode
Veracode
added 2026/07/25 10:57 p.m.16 views

File Existence Oracle

dompdf/dompdf is vulnerable to File Existence Oracle. The vulnerability is due to inconsistent handling of the CSS @font-face directive when processing local file:// resources, which allows an attacker to repeatedly reference local files and observe differences in memory exhaustion behavior to...

7.5CVSS5.9AI score0.00354EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/24 4:55 p.m.20 views

Open WebUI: Account enumeration via observable login timing discrepancy

Summary The /api/v1/auths/signin endpoint leaked whether an email address belonged to a registered account through a response-time side channel. Password verification ran bcrypt only when the email was found in the database; for a non-existent email the request returned early without hashing. The...

5.3CVSS5.8AI score0.00413EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/23 2:52 p.m.26 views

Auth.js: Configuration errors can cause existence-based auth checks to fail open (auth object populated with an error)

Impact next-auth Auth.js v5 applications that gate access by checking only for the existence of the auth object — the pattern shown in the official session management / protecting resources guide — are affected. When the Auth.js configuration produces a server-side error, the auth object exposed ...

9.1CVSS5.6AI score0.00459EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/07/23 10:16 a.m.19 views

CVE-2026-65712

Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension - CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

6.2CVSS0.00145EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/23 9:11 a.m.14 views

CVE-2026-65712 Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension

Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension - CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

5.7AI score0.00145EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/23 9:11 a.m.39 views

CVE-2026-65712 Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension

Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension - CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

0.00145EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/23 9:11 a.m.11 views

CVE-2026-65712

Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension - CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

5AI score0.00145EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/07/23 9:11 a.m.17 views

EUVD-2026-47912

Joomla Extension - regularlabs.com - Insecure path handling in CDN for Joomla Pro extension - CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

5AI score0.00145EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/23 9:11 a.m.83 views

CVE-2026-65712

CVE-2026-65712 concerns Joomla Extension - regularlabs.com, specifically the Joomla Pro CDN feature. The issue is insecure path handling in the CDN versioning system, which could check file paths outside the site directory, potentially exposing local file existence and modification metadata. The ...

6.2CVSS5AI score0.00145EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.21 views

PT-2026-63609

CDN versioning could check file paths outside the site directory, exposing local file existence and modification metadata...

5AI score0.00145EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.13 views

PT-2026-71920

Name of the Vulnerable Software and Affected Versions next-auth versions 5.0.0-beta.0 through 5.0.0-beta.31 Description Applications using the auth wrapper to gate access by checking only for the existence of the returned object can fail open during server configuration errors. In middleware, Rou...

9.1CVSS5.3AI score0.00459EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2026/07/22 9:07 p.m.14 views

Dompdf: File existence oracle via font-face stylesheet declaration

Description Dompdf is vulnerable to a File Existence Oracle attack through the manipulation of the CSS @font-face directive. By providing malicious HTML that references local files via the file:// protocol repeatedly, an attacker can trigger PHP memory exhaustion. The critical point of this flaw ...

7.5CVSS5.9AI score0.00354EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/22 9:07 p.m.22 views

GHSA-7X2P-4JVH-6384 Dompdf: File existence oracle via font-face stylesheet declaration

Description Dompdf is vulnerable to a File Existence Oracle attack through the manipulation of the CSS @font-face directive. By providing malicious HTML that references local files via the file:// protocol repeatedly, an attacker can trigger PHP memory exhaustion. The critical point of this flaw ...

2.3CVSS6AI score0.00354EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/07/22 1:06 p.m.21 views

EUVD-2026-47668

In NLnet Labs Unbound 1.13.2 up to and including 1.25.1, stub or forward zones where the name is below an intermediate labed below a DNSSEC signed zone could be shadowed by the intermediate label's secure NXDOMAIN answer from the parent. This is caused by an off-by-one error in...

3.7CVSS5.3AI score0.00218EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/21 8:39 p.m.22 views

Gitea: Cross-repository label-ID enumeration oracle via unscoped DeleteIssueLabel API

Summary The API endpoint DELETE /repos/owner/repo/issues/index/labels/id loads the label by ID with a global, unscoped lookup and never verifies the label belongs to the URL's repository or its owning organization. Because the response status differs by whether the label ID exists anywhere on the...

2.7CVSS5.6AI score0.00231EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/21 8:39 p.m.16 views

GHSA-PGQF-926R-548M Gitea: Cross-repository label-ID enumeration oracle via unscoped DeleteIssueLabel API

Summary The API endpoint DELETE /repos/owner/repo/issues/index/labels/id loads the label by ID with a global, unscoped lookup and never verifies the label belongs to the URL's repository or its owning organization. Because the response status differs by whether the label ID exists anywhere on the...

2.7CVSS5.7AI score0.00231EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/21 12:00 a.m.21 views

PT-2026-63310

Name of the Vulnerable Software and Affected Versions Gitea versions prior to 1.26.4 Description An authenticated user can use a specific API endpoint as a cross-repository label-ID existence and enumeration oracle. This occurs because the system performs a global, unscoped lookup of labels by ID...

8.7CVSS5.9AI score0.00622EPSS
SaveExploits0References94
Cvelist
Cvelist
added 2026/07/20 3:56 p.m.40 views

CVE-2026-46671 Rust OneNote File Parser: Path traversal in `Parser::parse_notebook` allows reading files outside the notebook directory

Rust OneNote File Parser is a parser for Microsoft OneNote files implemented in Rust. Prior to version 1.1.1, a maliciously crafted .onetoc2 table-of-contents file can cause Parser::parsenotebook to open arbitrary files on the host filesystem outside the notebook's directory. The parser reads ent...

4.4CVSS0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/17 3:44 p.m.7 views

OPENSUSE-SU-2026:21368-1 Security update for cyrus-imapd

This update for cyrus-imapd fixes the following issues: Changes in cyrus-imapd: - Update to 3.8.7 bugfix release - CVE-2026-47081: XAPPLEPUSHSERVICE folder existence oracle and push hijack bsc1271617 - CVE-2026-47083: ESEARCH cross-user content oracle bsc1271619 - CVE-2026-47082: Vacation "fcc"...

6.5CVSS5.2AI score0.00348EPSS
SaveExploits0References18
Rows per page
Query Builder