Lucene search
+L

339 matches found

OSV
OSV
added 2026/08/05 6:59 a.m.13 views

CVE-2026-71210 mealie - DNS-Rebinding TOCTOU in SSRF Guard Allows Internal Network and Cloud Metadata Access

Mealie's AsyncSafeTransport SSRF guard mealie/pkgs/safehttp/transport.py resolves a target hostname once, checks the resolved IP against private-range rules, but then issues the actual outbound HTTP request using the original hostname, which the underlying async transport re-resolves independentl...

5.3CVSS5.3AI score
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/03 3:45 p.m.16 views

Important: Red Hat Security Advisory: Red Hat JBoss Enterprise Application Platform 8.1.7 security update

A security update is now available for Red Hat JBoss Enterprise Application Platform 8.1. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

10CVSS7.3AI score0.01025EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/31 4:58 p.m.12 views

CVE-2026-54729

DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.5, isurlsafe can treat localhost as safe when DNS resolver 1.1.1.1 returns NXDOMAIN because dns.resolve4 yields no address and no dns.lookup fallback occurs, allowing server-side...

8.7CVSS5.5AI score0.00292EPSS
SaveExploits0References4Affected Software1
Oracle linux
Oracle linux
added 2026/07/22 12:0 a.m.9 views

samba security update

4.10.16-25.0.11 - Fix CVE-2026-4408 and CVE-2026-4480 Orabug: 39599120 4.10.16-25.0.9 - s3:winbindd: avoid using any netlogon call to get a dc name Orabug: 38560263 - winbindd: use finddomainfromnamenoinit in finddnsdomainname Orabug: 38560263 4.10.16-25.0.7 - Fixed winbind dsgetdcname calls w.r....

9.8CVSS8.2AI score0.1393EPSS
SaveExploits9
SUSE CVE
SUSE CVE
added 2026/07/21 1:10 p.m.10 views

SUSE CVE-2026-44507

REJECT DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2026-43617. Reason: This candidate is a duplicate of CVE-2026-43617. Notes: All CVE users should reference CVE-2026-43617 instead of this candidate...

5.2AI score0.00146EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/18 2:17 p.m.21 views

CVE-2025-71390

SurrealDB before 2.2.6, 2.3.6, and 2.1.8 and 3.0.0-alpha.7 and earlier fails to validate DNS-resolved hostnames against --deny-net network access restrictions in its http:: functions. An authenticated user can invoke http:: with a hostname that resolves to a denied IP address, causing the server ...

8.8CVSS0.00248EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/18 1:30 p.m.54 views

CVE-2026-16120 nextlevelbuilder GoClaw exec_approval.go extractBin name resolution

A vulnerability was determined in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This impacts the function matchesAllowlist/extractBin of the file internal/tools/execapproval.go. Executing a manipulation can lead to incorrectly-resolved name. The attack may be performed from remote. The exploit has...

6.5CVSS0.00228EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/18 1:30 p.m.13 views

EUVD-2026-45377

A vulnerability was determined in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This impacts the function matchesAllowlist/extractBin of the file internal/tools/execapproval.go. Executing a manipulation can lead to incorrectly-resolved name. The attack may be performed from remote. The exploit has...

6.5CVSS6.1AI score0.00228EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/18 1:30 p.m.9 views

CVE-2026-16120

A vulnerability was determined in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This impacts the function matchesAllowlist/extractBin of the file internal/tools/execapproval.go. Executing a manipulation can lead to incorrectly-resolved name. The attack may be performed from remote. The exploit has...

6.5CVSS6.1AI score0.00228EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/18 1:30 p.m.10 views

CVE-2026-16120 nextlevelbuilder GoClaw exec_approval.go extractBin name resolution

A vulnerability was determined in nextlevelbuilder GoClaw up to 3.13.3-beta.3. This impacts the function matchesAllowlist/extractBin of the file internal/tools/execapproval.go. Executing a manipulation can lead to incorrectly-resolved name. The attack may be performed from remote. The exploit has...

5.3CVSS6.1AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/07/18 1:10 p.m.50 views

CVE-2025-71390 SurrealDB before 2.3.6 deny-net Bypass via DNS Resolution

SurrealDB before 2.2.6, 2.3.6, and 2.1.8 and 3.0.0-alpha.7 and earlier fails to validate DNS-resolved hostnames against --deny-net network access restrictions in its http:: functions. An authenticated user can invoke http:: with a hostname that resolves to a denied IP address, causing the server ...

5.8CVSS0.00248EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/18 1:10 p.m.11 views

CVE-2025-71390 SurrealDB before 2.3.6 deny-net Bypass via DNS Resolution

SurrealDB before 2.2.6, 2.3.6, and 2.1.8 and 3.0.0-alpha.7 and earlier fails to validate DNS-resolved hostnames against --deny-net network access restrictions in its http:: functions. An authenticated user can invoke http:: with a hostname that resolves to a denied IP address, causing the server ...

5.8CVSS5.3AI score0.00248EPSS
SaveExploits0References2
PyPA
PyPA
added 2026/07/13 3:46 p.m.23 views

zeroconf: Unvalidated rdlength in record payload readers allows LAN-local cache corruption via crafted mDNS packet

Impactreadcharacterstring and readstring in src/zeroconf/protocol/incoming.py sliced self.dataself.offset : self.offset + length and advanced self.offset by the declared length without checking it against self.datalen. Python's slice silently returns fewer bytes when the end index runs past the...

7.1CVSS6.1AI score0.00248EPSS
SaveExploits0References7Affected Software1
PyPA
PyPA
added 2026/07/13 2:20 p.m.18 views

Potential DoS via the Tudoor mechanism in eventlet and dnspython

eventlet before 0.35.2, as used in dnspython before 2.6.0, allows remote attackers to interfere with DNS name resolution by quickly sending an invalid packet from the expected IP address and source port, aka a "TuDoor" attack. In other words, dnspython does not have the preferred behavior in whic...

7CVSS6.8AI score0.01857EPSS
SaveExploits1References16Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/13 12:0 a.m.25 views

PT-2026-59139

eventlet before 0.35.2, as used in dnspython before 2.6.0, allows remote attackers to interfere with DNS name resolution by quickly sending an invalid packet from the expected IP address and source port, aka a "TuDoor" attack. In other words, dnspython does not have the preferred behavior in whic...

7CVSS6.8AI score0.01857EPSS
SaveExploits1References17
ATTACKERKB
ATTACKERKB
added 2026/07/09 9:14 p.m.11 views

CVE-2026-57054

A Use of Incorrectly-Resolved Name or Reference vulnerability in the URL filtering plugin of Juniper Networks Junos OS on MX Series allows an unauthenticated, network-based attacker to bypass web filtering and access downstream resources that should be unreachable. If an MX Series device is...

6.9CVSS6AI score0.00232EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/08 12:0 a.m.17 views

PT-2026-56585

Name of the Vulnerable Software and Affected Versions GitLab CE/EE versions 16.5 through 18.11.6 GitLab CE/EE versions 19.0 through 19.0.3 GitLab CE/EE versions 19.1 through 19.1.1 Description An issue exists where an authenticated user can create a repository where the content displayed in the w...

4.3CVSS6.1AI score0.00187EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/06/29 2:23 p.m.21 views

Important: Red Hat Security Advisory: Red Hat OpenShift Service Mesh 3.0.13

Red Hat OpenShift Service Mesh 3.0.13 This update has a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section. Red Hat OpenShift Service Mesh...

7.5CVSS6.8AI score0.00813EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/06/26 7:41 p.m.37 views

CVE-2026-53311 fuse: fix uninit-value in fuse_dentry_revalidate()

In the Linux kernel, the following vulnerability has been resolved: fuse: fix uninit-value in fusedentryrevalidate fusedentryrevalidate may be called with a dentry that didn't had -dtime initialised. The issue was found with KMSAN, where lookupopen calls dalloc, followed by drevalidate, as shown...

0.00112EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/25 4:33 a.m.58 views

CVE-2026-12635 Reliance on Reverse DNS Resolution for a Security-Critical Action in GitLab

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 8.3 before 18.11.6, 19.0 before 19.0.3, and 19.1 before 19.1.1 that under certain conditions could have allowed an authenticated user with maintainer-role permissions to make requests to internal network resources through...

0.00161EPSS
SaveExploits0References2
Rows per page
Query Builder