Lucene search
+L

1297 matches found

The Hacker News
The Hacker News
added 2025/09/16 11:06 a.m.19 views

Apple Backports Fix for CVE-2025-43300 Exploited in Sophisticated Spyware Attack

Apple on Monday backported fixes for a recently patched security flaw that has been actively exploited in the wild. The vulnerability in question is CVE-2025-43300 CVSS score: 8.8, an out-of-bounds write issue in the ImageIO component that could result in memory corruption when processing a...

10CVSS7.5AI score0.20388EPSS
SaveExploits18
UbuntuCve
UbuntuCve
added 2025/09/15 11:15 p.m.9 views

CVE-2025-43368

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26, iOS 26 and iPadOS 26, macOS Tahoe 26. Processing maliciously crafted web content may lead to an unexpected Safari crash...

4.3CVSS6.5AI score0.00768EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/02 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2017-6056

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - It was discovered that a programming error in the processing of HTTPS requests in the Apache Tomcat servlet and JSP engine may result in denial of service via a...

7.5CVSS7.1AI score0.07085EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/08/30 11:21 p.m.8 views

SUSE CVE-2025-47909

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS6.9AI score0.00172EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/08/29 8:23 p.m.13 views

github.com/gorilla/csrf improperly validates TrustedOrigins allowing CSRF attacks

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS4.3AI score0.00172EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/08/29 4:15 p.m.3 views

DEBIAN-CVE-2025-47909

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS5.3AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/29 4:15 p.m.12 views

UBUNTU-CVE-2025-47909

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS5.8AI score0.00172EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/08/29 3:55 p.m.23 views

CVE-2025-47909 Improper validation of TrustedOrigins allows CSRF attacks in github.com/gorilla/csrf

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

0.00172EPSS
SaveExploits0References2
CVE
CVE
added 2025/08/29 3:55 p.m.42 views

CVE-2025-47909

The CVE-2025-47909 entry describes a CSRF vulnerability in gorilla/csrf related to how TrustedOrigins can permit both HTTP and HTTPS origins. Affected component: gorilla/csrf (Go web middleware). Root cause: Origin/Trust logic allows a host listed in TrustedOrigins to bypass same-origin checks, e...

7.3CVSS6.3AI score0.00172EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/08/29 3:55 p.m.2 views

CVE-2025-47909 Improper validation of TrustedOrigins allows CSRF attacks in github.com/gorilla/csrf

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

6.3AI score0.00172EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/08/29 3:55 p.m.26 views

CVE-2025-47909

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS5.3AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2025/08/29 3:42 p.m.5 views

GO-2025-3884 Improper validation of TrustedOrigins allows CSRF attacks in github.com/gorilla/csrf

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS6.9AI score0.00172EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/08/29 12:00 a.m.8 views

PT-2025-35244

Name of the Vulnerable Software and Affected Versions: Go affected versions not specified Description: Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, potentially enabling network attackers to perform Cross-Site Request Forgery CSRF attacks. Following...

7.3CVSS4.7AI score0.00352EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2025/08/26 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-45142

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The fix for CVE-2022-3437 included changing memcmp to be constant time and a workaround for a compiler bug by adding != 0 comparisons to the result of memcmp...

7.5CVSS6.6AI score0.0369EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/08/19 9:15 p.m.8 views

CVE-2025-9179

An attacker was able to perform memory corruption in the GMP process which processes encrypted media. This process is also heavily sandboxed, but represents slightly different privileges from the content process. This vulnerability was fixed in Firefox 142, Firefox ESR 115.27, Firefox ESR 128.14,...

9.8CVSS7.8AI score0.00568EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/08/19 9:15 p.m.7 views

CVE-2025-9182

Denial-of-service due to out-of-memory in the Graphics: WebRender component. This vulnerability was fixed in Firefox 142, Firefox ESR 140.2, Thunderbird 142, and Thunderbird 140.2...

7.5CVSS6.3AI score0.00376EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/08/19 9:15 p.m.7 views

CVE-2025-9187

Memory safety bugs present in Firefox 141 and Thunderbird 141. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability was fixed in Firefox 142 and Thunderbird 142...

9.8CVSS5.8AI score0.0045EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/08/19 9:15 p.m.6 views

CVE-2025-9181

Uninitialized memory in the JavaScript Engine component. This vulnerability was fixed in Firefox 142, Firefox ESR 128.14, Firefox ESR 140.2, Thunderbird 142, Thunderbird 128.14, and Thunderbird 140.2...

6.5CVSS6.5AI score0.00361EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2021-28703

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - grant table v2 status pages may remain accessible after de-allocation take two Guest get permitted access to certain Xen-owned pages of memory. The majority of...

7CVSS7.1AI score0.00308EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/14 12:00 a.m.8 views

Fedora 41 : openjpeg (2025-4588dcd9ee)

The remote Fedora 41 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-4588dcd9ee advisory. Backport fix for CVE-2025-54874. Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus...

9.8CVSS5.5AI score0.00641EPSS
SaveExploits1References2
Rows per page
Query Builder