Lucene search
+L

22413 matches found

Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.13 views

PT-2026-38176

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description An out of bounds read in Dawn allows a remote attacker to leak cross-origin data through the use of a crafted HTML page. An out of bounds read occurs when a program reads data past the...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References136
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.34 views

Google Chrome 安全漏洞

Google Chrome is a web browser developed by Google Inc. Versions of Google Chrome prior to 148.0.7778.96 contained a security vulnerability caused by the exposure of Media channel information. This vulnerability could allow remote attackers to exploit the vulnerability through specially crafted...

3.1CVSS5.8AI score0.00145EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.15 views

PT-2026-38142

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description An out of bounds read in Skia allows a remote attacker who has compromised the renderer process to leak cross-origin data through a crafted Chrome Extension. An out of bounds read occur...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References135
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.21 views

PT-2026-38206

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient validation of untrusted input in FedCM Federated Credential Management, an API that allows users to sign into websites using credentials from a third-party identity provide...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References138
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.14 views

Google Chrome 访问控制错误漏洞

Google Chrome is a web browser developed by Google Inc. Versions of Google Chrome prior to 148.0.7778.96 contained a access control vulnerability. This vulnerability stemmed from insufficient policy enforcement in Autofill, which could allow remote attackers to exploit the vulnerability through...

4.3CVSS5.8AI score0.00157EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.12 views

PT-2026-37234

Name of the Vulnerable Software and Affected Versions Jupyter Server versions prior to 2.18.0 Description Origin header validation uses the re.match function to check incoming origins against the allow origin pat configuration value. Because re.match only anchors at the start of the string and do...

7.6CVSS5.8AI score0.0034EPSS
SaveExploits0References31
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.14 views

PT-2026-38204

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient policy enforcement in Search allows a remote attacker to leak cross-origin data through the use of a crafted HTML page. Recommendations Update to version 148.0.7778.96 or...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References137
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.15 views

Google Chrome 安全漏洞

Google Chrome is a web browser developed by the American company Google. Versions of Google Chrome prior to 148.0.7778.96 contained a security vulnerability caused by improper handling in Media. This vulnerability could allow remote attackers to leak cross-source data through specially crafted HT...

4.3CVSS5.8AI score0.00157EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.20 views

PT-2026-38138

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient validation of untrusted input in Cross-Origin Opener Policy COOP, a security mechanism that isolates a window from other windows, allows a remote attacker who has compromis...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References136
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.15 views

Google Chrome 安全漏洞

Google Chrome is a web browser developed by Google Inc. Versions of Google Chrome prior to 148.0.7778.96 contained a security vulnerability, which was caused by improper implementation of the Preload mechanism. This vulnerability could allow remote attackers to leak cross-source data through...

4.3CVSS5.8AI score0.00163EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.22 views

PT-2026-38154

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient validation of untrusted input in Permissions allows an attacker on the local network segment to leak cross-origin data via malicious network traffic. Recommendations Update...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References135
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.26 views

PT-2026-38198

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient validation of untrusted input in Cast allows an attacker on the local network segment to bypass the same origin policy via malicious network traffic. The same origin policy...

9.6CVSS5.8AI score0.00344EPSS
SaveExploits0References137
Vulnrichment
Vulnrichment
added 2026/05/04 5:24 p.m.7 views

CVE-2026-42091 goshs has Cross-Origin Arbitrary File Write via Missing CSRF on PUT and Wildcard CORS

goshs is a SimpleHTTPServer written in Go. Prior to version 2.0.2, the PUT upload handler httpserver/updown.go lacks the CSRF token validation that was added to the POST upload handler during the CVE-2026-40883 fix. Combined with the unconditional Access-Control-Allow-Origin: on the OPTIONS...

6.5CVSS5.9AI score0.00165EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/05/04 5:24 p.m.80 views

CVE-2026-42091 goshs has Cross-Origin Arbitrary File Write via Missing CSRF on PUT and Wildcard CORS

goshs is a SimpleHTTPServer written in Go. Prior to version 2.0.2, the PUT upload handler httpserver/updown.go lacks the CSRF token validation that was added to the POST upload handler during the CVE-2026-40883 fix. Combined with the unconditional Access-Control-Allow-Origin: on the OPTIONS...

6.5CVSS0.00165EPSS
SaveExploits1References3
CVE
CVE
added 2026/05/04 5:24 p.m.43 views

CVE-2026-42091

CVE-2026-42091 affects goshs (Go SimpleHTTPServer). Prior to v2.0.2, the PUT upload handler lacks CSRF validation (unlike POST), and the preflight OPTIONS handler uses Access-Control-Allow-Origin: *. Combined, this enables cross-origin writes of arbitrary files to a goshs instance via the victim’...

6.5CVSS5.9AI score0.00165EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/05/04 5:24 p.m.14 views

CVE-2026-42091 goshs has Cross-Origin Arbitrary File Write via Missing CSRF on PUT and Wildcard CORS

goshs is a SimpleHTTPServer written in Go. Prior to version 2.0.2, the PUT upload handler httpserver/updown.go lacks the CSRF token validation that was added to the POST upload handler during the CVE-2026-40883 fix. Combined with the unconditional Access-Control-Allow-Origin: on the OPTIONS...

6.5CVSS6AI score
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/05/04 4:29 p.m.126 views

Exploit for CVE-2025-68930

🔍 Análisis del CVE-2025-68930: Vulnerabilidad de Secuestro de...

7.1CVSS5.8AI score0.00541EPSS
SaveExploits4
OSV
OSV
added 2026/05/04 1:12 p.m.11 views

JLSEC-2026-411 This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to...

This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a...

6.5CVSS6.7AI score0.01685EPSS
SaveExploits1References16
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:00 a.m.9 views

RHCOS 1 : openshift-origin-broker-util (RHSA-2014:0461)

The remote Red Hat Enterprise Linux CoreOS 1 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2014:0461 advisory. - mcollective: world readable client config CVE-2014-0164 Note that Nessus has not tested for this issue but has instead relied only on the...

2.1CVSS5.8AI score0.00383EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/05/04 12:00 a.m.9 views

RHCOS 2 : openshift-origin-broker (RHSA-2014:0423)

The remote Red Hat Enterprise Linux CoreOS 2 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2014:0423 advisory. - OpenShift: openshift-origin-broker plugin allows impersonation CVE-2014-0188 Note that Nessus has not tested for this issue but has instead...

7.5CVSS5.8AI score0.01667EPSS
SaveExploits0References5
Rows per page
Query Builder