Lucene search
+L

38561 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.9 views

RockyLinux 10 : sssd (RLSA-2026:41937)

The remote RockyLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:41937 advisory. sssd: sssd: sudo LDAP provider searches entire directory tree for sudoRole objects by default, enabling privilege escalation CVE-2026-14474 sssd: sssd:...

8.8CVSS5.5AI score0.00668EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.10 views

Debian dsa-6395 : bind9 - security update

The remote Debian 13 host has packages installed that are affected by multiple vulnerabilities as referenced in the dsa-6395 advisory. - ------------------------------------------------------------------------- Debian Security Advisory DSA-6395-1 [email protected] https://www.debian.org/securit...

8.6CVSS5.9AI score0.00539EPSS
SaveExploits0References20
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.22 views

PT-2026-63381

Name of the Vulnerable Software and Affected Versions NLnet Labs Unbound versions 1.6.2 through 1.25.1 Description When configured with the respip module before the validator, along with a response-ip redirect rule or an RPZ file using an RPZ-IP trigger, the rewriting handler fails to verify the...

6.3CVSS5.8AI score0.00103EPSS
SaveExploits0References30
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.42 views

PT-2026-63385

Name of the Vulnerable Software and Affected Versions NLnet Labs Unbound versions 1.25.0 through 1.25.1 Description A memory corruption issue exists when the software is under pressure and configured with an access-control-view and either the respip or rpz modules, alongside a module capable of...

5.9CVSS5.8AI score0.00257EPSS
SaveExploits0References30
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.12 views

AlmaLinux 10 : sssd (ALSA-2026:41937)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:41937 advisory. sssd: sssd: sudo LDAP provider searches entire directory tree for sudoRole objects by default, enabling privilege escalation CVE-2026-14474 sssd: sssd:...

8.8CVSS5.4AI score0.00668EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/22 12:00 a.m.9 views

SUSE SLES15: libipa_hbac-devel / libipa_hbac0 / libsss_certmap-devel / etc (SUSE-SU-2026:3139-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3139-1 advisory. This update for sssd fixes the following issues - CVE-2026-14474: sudo LDAP provider searches entire directory tree for sudoRole...

8.8CVSS5.4AI score0.00668EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2026/07/21 10:08 p.m.13 views

fast-uri vulnerable to host confusion via literal backslash authority delimiter

Impact fast-uri v4.1.0 and earlier do not treat a literal backslash U+005C as an authority delimiter. Node's native WHATWG URL used by fetch, undici, and Node's http/https clients normalizes \ to / for special schemes http, https, ws, wss, ftp, file, so the two parsers extract different hosts fro...

7.5CVSS5.3AI score0.00436EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2026/07/21 10:08 p.m.31 views

EUVD-2026-45551

fast-uri vulnerable to host confusion via literal backslash authority delimiter...

7.5CVSS5.2AI score0.00436EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/21 10:08 p.m.9 views

GHSA-V2HH-GCRM-F6HX fast-uri vulnerable to host confusion via literal backslash authority delimiter

Impact fast-uri v4.1.0 and earlier do not treat a literal backslash U+005C as an authority delimiter. Node's native WHATWG URL used by fetch, undici, and Node's http/https clients normalizes \ to / for special schemes http, https, ws, wss, ftp, file, so the two parsers extract different hosts fro...

7.5CVSS5.3AI score0.00436EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/21 10:04 p.m.36 views

CVE-2026-63142 Incomplete List of Disallowed Inputs in Kibana Leading to Server-Side Request Forgery

Incomplete List of Disallowed Inputs CWE-184 in Kibana can allow an authenticated attacker with access to the Reporting feature to bypass outbound request restrictions configured by an administrator, causing the reporting service to send requests to network destinations that should be denied by t...

5CVSS0.00287EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/07/21 10:03 p.m.10 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the processing of xDS RBAC policies and HTTP/2 transport handling. An attacker can gain unauthorized access to protected services or cause denial of service by exploiting improper handling of unsupported field...

9.1CVSS5.9AI score
SaveExploits0References5
Snyk
Snyk
added 2026/07/21 10:03 p.m.12 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization in the processing of xDS RBAC policies and HTTP/2 transport handling. An attacker can gain unauthorized access to protected services or cause denial of service by exploiting improper handling of unsupported field...

9.1CVSS5.9AI score
SaveExploits0References5
Elastic
Elastic
added 2026/07/21 10:01 p.m.75 views

Kibana 8.19.19, 9.3.8, 9.4.4 Security Update (ESA-2026-66)

Incomplete List of Disallowed Inputs in Kibana Leading to Server-Side Request Forgery Incomplete List of Disallowed Inputs CWE-184 in Kibana can allow an authenticated attacker with access to the Reporting feature to bypass outbound request restrictions configured by an administrator, causing the...

5CVSS5.4AI score0.00287EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/07/21 7:03 p.m.18 views

fast-uri vulnerable to host confusion via failed IDN canonicalization

Impact fast-uri versions = 2.3.1, = 4.0.0 fail to canonicalize Unicode/IDN hostnames for HTTP-family URLs. The IDN conversion path calls URL.domainToASCII... on the global WHATWG URL constructor, where that helper does not exist. The resulting TypeError is silently routed into parsed.error, but...

7.5CVSS6.5AI score0.00384EPSS
SaveExploits0References47Affected Software1
OSV
OSV
added 2026/07/21 7:03 p.m.10 views

GHSA-4C8G-83QW-93J6 fast-uri vulnerable to host confusion via failed IDN canonicalization

Impact fast-uri versions = 2.3.1, = 4.0.0 fail to canonicalize Unicode/IDN hostnames for HTTP-family URLs. The IDN conversion path calls URL.domainToASCII... on the global WHATWG URL constructor, where that helper does not exist. The resulting TypeError is silently routed into parsed.error, but...

7.5CVSS6.5AI score0.00384EPSS
SaveExploits0References47
EUVD
EUVD
added 2026/07/21 7:03 p.m.24 views

EUVD-2026-40093

fast-uri vulnerable to host confusion via failed IDN canonicalization...

7.5CVSS5.2AI score0.00384EPSS
SaveExploits0References22
NVD
NVD
added 2026/07/21 6:17 p.m.16 views

CVE-2026-56577

HCL MyCloud was affected with Weak Password Policy. It may increase the risk of account compromise through brute-force or credential-based attacks...

6.5CVSS0.00166EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 5:32 p.m.32 views

CVE-2026-56577 HCL MyCloud affected by Weak Password Policy

HCL MyCloud was affected with Weak Password Policy. It may increase the risk of account compromise through brute-force or credential-based attacks...

3.1CVSS0.00166EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/21 5:32 p.m.38 views

CVE-2026-56577

Technical details (affected products, components, versions, root cause, fixes) are not publicly provided in the supplied documents. Monitor for updates from authoritative sources to obtain concrete information.

6.5CVSS5.3AI score0.00166EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/21 5:32 p.m.13 views

EUVD-2026-46340

HCL MyCloud was affected with Weak Password Policy. It may increase the risk of account compromise through brute-force or credential-based attacks...

3.1CVSS5.3AI score0.00166EPSS
SaveExploits0References1
Rows per page
Query Builder