Lucene search
+L

1316 matches found

Tenable Nessus
Tenable Nessus
added 2024/05/11 12:00 a.m.27 views

RHEL 7 : lynx (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 7 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - lynx: Invalid URL parsing of pages containing '?' CVE-2016-9179 - lynx: Use after free in...

8AI score0.04104EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:00 a.m.19 views

RHEL 6 : lynx (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 6 host has one or more packages installed that are affected by a vulnerability that has been acknowledged by the vendor but will not be patched. - lynx: Invalid URL parsing of pages containing '?' CVE-2016-9179 Note that Nessus has not tested for this issue but...

7.6AI score0.01899EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.46 views

IBM MQ 9.2 <= 9.2.0.25 / 9.3 < 9.3.5 CD / 9.3 <= 9.3.0.17 (7123135)

The version of IBM MQ Server running on the remote host is affected by a vulnerability as referenced in the 7123135 advisory. - Versions of the package follow-redirects before 1.15.4 are vulnerable to Improper Input Validation due to the improper handling of URLs by the url.parse function. When n...

7.3CVSS6.6AI score0.00797EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/04/19 7:48 p.m.26 views

@hono/node-server has Denial of Service risk when receiving Host header that cannot be parsed

Impact The application hangs when receiving a Host header with a value that @hono/node-server can't handle well. Invalid values are those that cannot be parsed by the URL as a hostname such as an empty string, slashes /, and other strings. For example, if you have a simple application: ts import...

7.5CVSS6.8AI score0.00882EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2024/04/19 7:15 p.m.16 views

CVE-2024-32652

The adapter @hono/node-server allows you to run your Hono application on Node.js. Prior to 1.10.1, the application hangs when receiving a Host header with a value that @hono/node-server can't handle well. Invalid values are those that cannot be parsed by the URL as a hostname such as an empty...

7.5CVSS7.5AI score0.00882EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/04/19 6:29 p.m.19 views

CVE-2024-32652 @hono/node-server contains Denial of Service risk when receiving Host header that cannot be parsed

The adapter @hono/node-server allows you to run your Hono application on Node.js. Prior to 1.10.1, the application hangs when receiving a Host header with a value that @hono/node-server can't handle well. Invalid values are those that cannot be parsed by the URL as a hostname such as an empty...

7.5CVSS7.7AI score0.00882EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/04/19 12:00 a.m.10 views

PT-2024-24746

Name of the Vulnerable Software and Affected Versions @hono/node-server versions prior to 1.10.1 Description The application hangs when receiving a Host header with a value that @hono/node-server can't handle well. Invalid values are those that cannot be parsed by the URL as a hostname, such as a...

7.5CVSS7AI score0.00882EPSS
SaveExploits1References14
Github Security Blog
Github Security Blog
added 2024/04/16 6:30 a.m.657 views

Spring Framework URL Parsing with Host Validation

Applications that use UriComponentsBuilder to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF attack if the URL is...

8.1CVSS6AI score0.01191EPSS
SaveExploits2References5Affected Software1
Cvelist
Cvelist
added 2024/04/16 5:54 a.m.94 views

CVE-2024-22262 CVE-2024-22262: Spring Framework URL Parsing with Host Validation

Applications that use UriComponentsBuilder to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF attack if the URL is...

8.1CVSS8.1AI score0.01191EPSS
SaveExploits2References2
Vulnrichment
Vulnrichment
added 2024/04/16 5:54 a.m.53 views

CVE-2024-22262 CVE-2024-22262: Spring Framework URL Parsing with Host Validation

Applications that use UriComponentsBuilder to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF attack if the URL is...

8.1CVSS6.6AI score0.02573EPSS
SaveExploits2References2
Spring Security Advisories
Spring Security Advisories
added 2024/04/11 12:00 a.m.19 views

Spring Framework URL Parsing with Host Validation (3rd report)

Applications that use UriComponentsBuilder to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect attack or to a SSRF attack if the URL is used after passing validation checks. This is the...

8.1CVSS6.6AI score0.01191EPSS
SaveExploits2References1
RedHat Linux
RedHat Linux
added 2024/03/19 6:46 p.m.9 views

ruby: ReDoS vulnerability in URI

A flaw was found in the rubygem URI. The URI parser mishandles invalid URLs that have specific characters, which causes an increase in execution time parsing strings to URI objects. This may result in a regular expression denial of service ReDoS...

5.3CVSS7.5AI score0.02637EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/03/19 12:00 a.m.12 views

The vulnerability of the url.parse() function in the Node.js module follow-redirects allows attackers to carry out phishing attacks.

The vulnerability of the url.parse function in the Node.js follow-redirects module is related to the redirection of URLs to unreliable websites. Exploiting this vulnerability allows a remote attacker to carry out phishing attacks...

7.5CVSS6.7AI score0.00797EPSS
SaveExploits1References9Affected Software20
OSV
OSV
added 2024/03/16 6:30 a.m.9 views

GHSA-HGJH-9RJ2-G67J Spring Framework URL Parsing with Host Validation Vulnerability

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS6.7AI score0.02573EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2024/03/16 6:30 a.m.118 views

Spring Framework URL Parsing with Host Validation Vulnerability

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS5.9AI score0.02573EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2024/03/16 5:15 a.m.71 views

CVE-2024-22259

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS7.8AI score0.02573EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/16 5:15 a.m.24 views

UBUNTU-CVE-2024-22259

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS6.7AI score0.02573EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2024/03/16 5:15 a.m.79 views

CVE-2024-22259

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS6.7AI score0.02573EPSS
SaveExploits1References2
CVE
CVE
added 2024/03/16 4:40 a.m.567 views

CVE-2024-22259

CVE-2024-22259 affects Spring Framework’s UriComponentsBuilder when parsing an externally provided URL and validating its host, potentially enabling open redirect or SSRF if the URL is used after validation. The CVE has CVSS 3.1 base score 8.1 (HIGH). Connected advisories from Atlassian/Broadcom ...

8.1CVSS6AI score0.02573EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/16 4:40 a.m.47 views

CVE-2024-22259 CVE-2024-22259: Spring Framework URL Parsing with Host Validation (2nd report)

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL e.g. through a query parameter AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html attack or to a SSRF...

8.1CVSS8AI score0.02573EPSS
SaveExploits1References2
Rows per page
Query Builder