Lucene search
+L

193 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.2 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : python-urllib3 (SUSE-SU-2025:02735-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU-2025:02735-1 advisory. - CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925 Tenabl...

6.1CVSS6.4AI score0.00408EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.2 views

SUSE SLES12 Security Update : python-urllib3 (SUSE-SU-2025:02736-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2025:02736-1 advisory. - CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925 Tenable has extracted the preceding...

6.1CVSS6.4AI score0.00408EPSS
SaveExploits1References4
SUSE Linux
SUSE Linux
added 2025/08/08 8:6 a.m.3 views

Security update for python-urllib3

This update for python-urllib3 fixes the following issues: CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

6CVSS4.2AI score0.00408EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/08 8:6 a.m.3 views

SUSE-SU-2025:02736-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issues: - CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925...

6.1CVSS5.2AI score0.00408EPSS
SaveExploits1References3
SUSE Linux
SUSE Linux
added 2025/08/08 8:6 a.m.4 views

Security update for python-urllib3

This update for python-urllib3 fixes the following issues: CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

6CVSS5.4AI score0.00408EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/08 8:6 a.m.4 views

SUSE-SU-2025:02735-1 Security update for python-urllib3

This update for python-urllib3 fixes the following issues: - CVE-2025-50181: Pool managers now properly control redirects when retries is passed. bsc1244925...

6.1CVSS5.2AI score0.00408EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2025/08/06 7:0 a.m.4 views

dm cache: prevent BUG_ON by blocking retries on failed device resumes

...

7CVSS6.8AI score0.00162EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/07/18 7:0 a.m.8 views

urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

...

6.1CVSS7AI score0.00408EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2025/07/03 11:24 p.m.3 views

SUSE CVE-2025-38094

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we are in a context with interrupts disabled, we never...

5.5CVSS7.7AI score0.00129EPSS
SaveExploits0References17
OSV
OSV
added 2025/07/03 8:15 a.m.2 views

DEBIAN-CVE-2025-38094

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we are in a context with interrupts disabled, we never...

5.5CVSS5.5AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 8:15 a.m.3 views

UBUNTU-CVE-2025-38094

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we are in a context with interrupts disabled, we never...

5.5CVSS6.1AI score0.00129EPSS
SaveExploits0References39
OSV
OSV
added 2025/06/18 5:50 p.m.6 views

GHSA-PQ67-6M6Q-MJ2V urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation

urllib3 handles redirects and retries using the same mechanism, which is controlled by the Retry object. The most common way to disable redirects is at the request level, as follows: python resp = urllib3.request"GET", "https://httpbin.org/redirect/1", redirect=False printresp.status 302 However,...

5.3CVSS7.2AI score0.00408EPSS
SaveExploits1References5
Snyk
Snyk
added 2025/06/18 5:50 p.m.3 views

Open Redirect

Overview urllib3 is a HTTP library with thread-safe connection pooling, file post, and more. Affected versions of this package are vulnerable to Open Redirect due to the retries parameter being ignored during PoolManager instantiation. An attacker can access unintended resources or endpoints by...

6.1CVSS6.8AI score0.00408EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fixed a possible deadlock in macbhalttx. There is a situation where, after THALT is set to a high value, TGO also remains high. Since jiffies are never updated, and we are in a context with interrupts disabled...

5.5CVSS5.6AI score0.00129EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/09 12:0 a.m.4 views

PT-2025-27681

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A possible deadlock in the macb halt tx function has been identified. This issue occurs when, after setting THALT high, TGO stays high as well, causing jiffies to never be updated due ...

5.5CVSS6.5AI score0.00129EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/29 12:0 a.m.8 views

PT-2025-18134 · Unknown · Libsnowflakeclient

Name of the Vulnerable Software and Affected Versions: libsnowflakeclient versions 0.5.0 through 2.2.0 Description: The issue concerns the Snowflake Connector for C/C++, which incorrectly treats malformed requests that cause the HTTP response status code 400 as able to be retried. This could hang...

3.3CVSS6.4AI score0.00159EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/04/03 12:0 a.m.6 views

PT-2025-14805 · Unknown · Snowbridge

Name of the Vulnerable Software and Affected Versions: Snowbridge affected versions not specified Description: The issue involves attaching an invalid GTM SS preview header to events in Snowbridge setups that send data to Google Tag Manager Server Side. This causes the events to be retried...

7.5CVSS6.8AI score0.00393EPSS
SaveExploits0References6
CVE
CVE
added 2025/04/03 12:0 a.m.51 views

CVE-2024-47215

CVE-2024-47215 affects Snowbridge setups that forward data to Google Tag Manager Server Side. The issue is an invalid GTM SS preview header attached to events, causing event retries indefinitely and potentially degrading forwarding performance (latency, throughput). Public details across connecte...

7.5CVSS7AI score0.00393EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2025/04/03 12:0 a.m.9 views

Snowbridge 安全漏洞

Snowbridge is an open source application from Snowplow. A security vulnerability exists in Snowbridge that stems from an invalid GTM SS preview header that could lead to infinite event retries...

7.5CVSS6.6AI score0.00393EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/06 4:22 p.m.12 views

CVE-2025-21832 block: don't revert iter for -EIOCBQUEUED

In the Linux kernel, the following vulnerability has been resolved: block: don't revert iter for -EIOCBQUEUED blkdevreaditer has a few odd checks, like gating the position and count adjustment on whether or not the result is bigger-than-or-equal to zero where bigger than makes more sense, and not...

7.8CVSS5.9AI score
SaveExploits0References9
Rows per page
Query Builder