Lucene search
+L

25235 matches found

CNNVD
CNNVD
added 2026/05/05 12:00 a.m.13 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 resource management vulnerability. This vulnerability stemmed from the reuse of resources after they were released in the Views component, which could allow...

7.5CVSS6.2AI score0.0018EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.13 views

PT-2026-37256

Name of the Vulnerable Software and Affected Versions JupyterLab versions prior to 4.5.7 Description The PyPI Extension Manager does not correctly enforce the allowed extensions uris allow-list, allowing the installation of packages not listed on the default PyPI index. This issue affects...

8.8CVSS5.8AI score0.00554EPSS
SaveExploits0References28
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.18 views

PT-2026-38169

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description A use after free issue exists in Views. This occurs when a program continues to use a pointer after it has been freed, which can lead to memory corruption. An attacker can exploit this ...

9.6CVSS6.3AI score0.00344EPSS
SaveExploits0References135
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 vulnerability related to input validation. This vulnerability stemmed from insufficient execution of the DirectSockets strategy, which could allow remote attackers to perform...

5.4CVSS6.1AI score0.00171EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.17 views

PT-2026-38151

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description An inappropriate implementation in ServiceWorker allows an attacker to inject arbitrary scripts or HTML Universal Cross-Site Scripting - UXSS, a vulnerability where an attacker can...

9.6CVSS6AI score0.00344EPSS
SaveExploits0References135
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.17 views

PT-2026-38155

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient policy enforcement in DirectSockets allows a remote attacker to perform arbitrary read and write operations through the use of a crafted Chrome Extension. Recommendations...

9.6CVSS6AI score0.00344EPSS
SaveExploits0References135
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.17 views

PT-2026-38130

Name of the Vulnerable Software and Affected Versions Google Chrome versions prior to 148.0.7778.96 Description Insufficient policy enforcement in DevTools allows an attacker to bypass navigation restrictions. This occurs when a user is convinced to install a malicious Chrome Extension, which can...

9.6CVSS5.9AI score0.00344EPSS
SaveExploits0References136
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
CNNVD
CNNVD
added 2026/05/05 12:00 a.m.18 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 buffer overflow vulnerability, which was caused by excessive Skia drawing operations. This vulnerability could allow remote attackers with access to the damaged rendering process t...

3.1CVSS6.1AI score0.00179EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/05/04 6:26 p.m.24 views

Unsafe Reflection

Overview Affected versions of this package are vulnerable to Unsafe Reflection that leads to arbitrary class instantiation, via the instantiateExtension method in the ExtensionLoader class. An attacker can trigger the static initializer of any class present on the classpath by supplying a model...

9.8CVSS6.1AI score0.00666EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/05/04 5:28 p.m.9 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the ParseIP6Extended function. An attacker can cause the application to crash or become unresponsive by supplying a specially crafted BGP UPDATE message. Remediation Upgrade github.com/osrg/gobgp/pkg/packet/bgp to...

8.7CVSS5.8AI score0.00335EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/05/04 5:16 p.m.12 views

CVE-2026-42027

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader Versions Affected: before 1.9.5, before 2.5.9, before 3.0.0-M3 Description: The ExtensionLoader.instantiateExtensionClass, String method loads a class by its fully-qualified name via Class.forName and invokes its...

9.8CVSS7AI score0.00666EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/04 4:43 p.m.20 views

CVE-2026-42027

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader Versions Affected: before 1.9.5, before 2.5.9, before 3.0.0-M3 Description: The ExtensionLoader.instantiateExtensionClass, String method loads a class by its fully-qualified name via Class.forName and invokes its...

9.8CVSS6AI score0.00666EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/04 4:43 p.m.8 views

CVE-2026-42027

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader Versions Affected: before 1.9.5, before 2.5.9, before 3.0.0-M3 Description: The ExtensionLoader.instantiateExtensionClass, String method loads a class by its fully-qualified name via Class.forName and invokes its...

9.8CVSS6AI score0.00666EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/05/04 4:43 p.m.68 views

CVE-2026-42027

The CVE-2026-42027 issue affects Apache OpenNLP ExtensionLoader: ExtensionLoader.instantiateExtension(Class, String) uses Class.forName() to load a class name from a model archive manifest and invokes its no-arg constructor. Although the isAssignableFrom check filters types after loading, Class.f...

9.8CVSS6AI score0.00666EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/05/04 4:43 p.m.20 views

EUVD-2026-27005

Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader Versions Affected: before 2.5.9, before 3.0.0-M3 Description: The ExtensionLoader.instantiateExtensionClass, String method loads a class by its fully-qualified name via Class.forName and invokes its no-arg...

6.1AI score0.00666EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/04 12:00 a.m.20 views

Apache OpenNLP 安全漏洞

Apache OpenNLP is a natural language processing toolkit developed by the Apache Foundation. Versions of Apache OpenNLP prior to 2.5.9 and 3.0.0-M3 contained security vulnerabilities. These vulnerabilities stemmed from the ExtensionLoader.instantiateExtension method, which loaded and initialized...

9.8CVSS5.9AI score0.00666EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/03 11:11 a.m.12 views

OESA-2026-2142 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. %package devel Summary: Development package Requires: pkgconfig %description devel The development package provides the developmental files which are necessary for developing Wayland compositors using Xwayland. %prep %autosetup -n...

7.3CVSS7.1AI score0.0034EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/03 11:11 a.m.10 views

OESA-2026-2141 xorg-x11-server-xwayland security update

Xwayland is an X server for running X clients under Wayland. %package devel Summary: Development package Requires: pkgconfig %description devel The development package provides the developmental files which are necessary for developing Wayland compositors using Xwayland. %prep %autosetup -n...

7.3CVSS5.8AI score0.0034EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/02 12:00 a.m.60 views

PT-2026-36635

Name of the Vulnerable Software and Affected Versions Apache OpenNLP versions prior to 2.5.9 Apache OpenNLP versions prior to 3.0.0-M3 Description The DictionaryEntryPersistor class initializes a static SAXParserFactory without enabling FEATURE SECURE PROCESSING or disabling DTD processing. When...

9.1CVSS5.8AI score0.00495EPSS
SaveExploits0References30
Rows per page
Query Builder