Lucene search
+L

14050 matches found

Cvelist
Cvelist
added 2023/01/30 12:00 a.m.37 views

CVE-2023-24623

Paranoidhttp before 0.3.0 allows SSRF because :: is equivalent to the 127.0.0.1 address, but does not match the filter for private addresses...

7.7AI score0.00684EPSS
SaveExploits0References3
CVE
CVE
added 2023/01/30 12:00 a.m.110 views

CVE-2023-24622

CVE-2023-24622 affects the safeurl-python package (Python) prior to 1.2. The vulnerability stems from an insufficiently restrictive regular expression in isInList for external domains, enabling server-side request forgery (SSRF). Multiple sources (NVD, Red Hat, OSV, PRION, others) corroborate the...

5.3CVSS5.3AI score0.00563EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2023/01/30 12:00 a.m.168 views

CVE-2023-24623

CVE-2023-24623 affects paranoidhttp before 0.3.0. The SSRF flaw arises because [::] is equivalent to 127.0.0.1 but the private-address filter is not applied, allowing unintended requests to internal resources. Public references in connected docs confirm the vulnerability and its description acros...

7.5CVSS7.4AI score0.00684EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/01/30 12:00 a.m.20 views

CVE-2023-24623

Paranoidhttp before 0.3.0 allows SSRF because :: is equivalent to the 127.0.0.1 address, but does not match the filter for private addresses...

7.5CVSS7.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2023/01/30 12:00 a.m.6 views

CVE-2023-24623

Paranoidhttp before 0.3.0 allows SSRF because :: is equivalent to the 127.0.0.1 address, but does not match the filter for private addresses...

7.7AI score0.00684EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2023/01/30 12:00 a.m.34 views

CVE-2023-24622

isInList in the safeurl-python package before 1.2 for Python has an insufficiently restrictive regular expression for external domains, leading to SSRF...

5.6AI score0.00563EPSS
SaveExploits1References1
NVD
NVD
added 2023/01/27 10:15 p.m.33 views

CVE-2022-4201

A blind SSRF in GitLab CE/EE affecting all from 11.3 prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 allows an attacker to connect to local addresses when configuring a malicious GitLab Runner...

5.3CVSS4.5AI score0.00546EPSS
SaveExploits1References2
Prion
Prion
added 2023/01/27 10:15 p.m.23 views

Server side request forgery (ssrf)

A blind SSRF in GitLab CE/EE affecting all from 11.3 prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 allows an attacker to connect to local addresses when configuring a malicious GitLab Runner...

5CVSS5.1AI score0.00546EPSS
SaveExploits1References2Affected Software1
UbuntuCve
UbuntuCve
added 2023/01/27 10:15 p.m.23 views

CVE-2022-4201

A blind SSRF in GitLab CE/EE affecting all from 11.3 prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 allows an attacker to connect to local addresses when configuring a malicious GitLab Runner...

5.3CVSS6.1AI score0.00546EPSS
SaveExploits1References1
NVD
NVD
added 2023/01/27 6:15 p.m.42 views

CVE-2022-4335

A blind SSRF vulnerability was identified in all versions of GitLab EE prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 which allows an attacker to connect to a local host...

4.3CVSS4.2AI score0.0075EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2023/01/27 6:15 p.m.56 views

CVE-2022-4335

A blind SSRF vulnerability was identified in all versions of GitLab EE prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 which allows an attacker to connect to a local host...

4.3CVSS5.9AI score0.0075EPSS
SaveExploits1References4
Prion
Prion
added 2023/01/27 6:15 p.m.26 views

Server side request forgery (ssrf)

A blind SSRF vulnerability was identified in all versions of GitLab EE prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 which allows an attacker to connect to a local host...

4CVSS4.3AI score0.0075EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2023/01/27 4:15 a.m.53 views

CVE-2023-24060

Haven 5d15944 allows Server-Side Request Forgery SSRF via the feedurl= Feeds functionality. Authenticated users with the ability to create new RSS Feeds or add RSS Feeds can supply an arbitrary hostname or even the hostname of the Haven server itself. NOTE: this product has significant usage but...

5CVSS5.3AI score0.0048EPSS
SaveExploits1References2
Prion
Prion
added 2023/01/27 4:15 a.m.18 views

Server side request forgery (ssrf)

Haven 5d15944 allows Server-Side Request Forgery SSRF via the feedurl= Feeds functionality. Authenticated users with the ability to create new RSS Feeds or add RSS Feeds can supply an arbitrary hostname or even the hostname of the Haven server itself. NOTE: this product has significant usage but...

4CVSS5.3AI score0.0048EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/27 1:04 a.m.76 views

safeurl-python contains Server-Side Request Forgery

Description In SafeURL it is possible to specify a list of domains that should be matched before a request is sent out. The regex used to compare domains did not work as intended. Impact The regex used was: re.match"?i^%s" % domain, value This has two problems, first that only the beginning and n...

5.3CVSS5.5AI score0.00563EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/01/27 1:04 a.m.68 views

GHSA-JGH8-VCHW-Q3G7 safeurl-python contains Server-Side Request Forgery

Description In SafeURL it is possible to specify a list of domains that should be matched before a request is sent out. The regex used to compare domains did not work as intended. Impact The regex used was: re.match"?i^%s" % domain, value This has two problems, first that only the beginning and n...

6.9CVSS5.2AI score0.00563EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2023/01/27 12:00 a.m.6 views

CVE-2022-4335

A blind SSRF vulnerability was identified in all versions of GitLab EE prior to 15.4.6, 15.5 prior to 15.5.5, and 15.6 prior to 15.6.1 which allows an attacker to connect to a local host...

4.3CVSS4.5AI score0.0075EPSS
SaveExploits1References3
CVE
CVE
added 2023/01/27 12:00 a.m.80 views

CVE-2023-24060

Haven 5d15944 contains a Server-Side Request Forgery (SSRF) in the feed[url] Feeds functionality. An authenticated user who can create new RSS Feeds or add RSS Feeds can supply an arbitrary hostname (including the Haven server’s own hostname). The vulnerability description does not specify an aff...

5CVSS5.3AI score0.0048EPSS
SaveExploits1References2Affected Software1
OpenVAS
OpenVAS
added 2023/01/27 12:00 a.m.47 views

Ubuntu: Security Advisory (USN-4813-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS8.4AI score0.45205EPSS
SaveExploits10References2
Tenable Nessus
Tenable Nessus
added 2023/01/27 12:00 a.m.73 views

Tenable SecurityCenter < 6.0.0 Multiple Vulnerabilities (TNS-2023-03)

According to its self-reported version, the Tenable SecurityCenter application installed on the remote host is below 6.0.0 and is therefore affected by multiple vulnerabilities: - curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL, it se...

8.1CVSS7.2AI score0.03136EPSS
SaveExploits0References8
Rows per page
Query Builder