Lucene search
+L

133830 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/08/06 10:32 p.m.15 views

Security Bulletin: IBM z/TPF Development is affected by multiple vulnerabilities

Summary Multiple vulnerabilities were identified in the open-source package axios which provides the HTTPS/HTTP client used by the IBM z/TPF Development extension. Fixes for these vulnerabilities were made available in axios version 1.18.0. Vulnerability Details CVEID:CVE-2026-67312 DESCRIPTION:...

6.9CVSS5.9AI score0.00365EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/08/06 10:18 p.m.17 views

CVE-2026-7867

A flaw was found in udisks2. A local attacker with an active console session can exploit insufficient authorization checking on the 'as-user' option in the org.freedesktop.UDisks2.Filesystem.Mount D-Bus method. This allows the attacker to spoof the 'as-user' parameter, mounting filesystems on...

7.8CVSS0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 10:18 p.m.10 views

DEBIAN-CVE-2026-7867

A flaw was found in udisks2. A local attacker with an active console session can exploit insufficient authorization checking on the 'as-user' option in the org.freedesktop.UDisks2.Filesystem.Mount D-Bus method. This allows the attacker to spoof the 'as-user' parameter, mounting filesystems on...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:18 p.m.15 views

CVE-2026-70634

TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read in the Dictionary compression reverse row iterator tsl/src/compression/algorithms/dictionary.c. The forward path validates the decoded index; the reverse path uses an assertion compiled out of release builds,...

8.1CVSS0.00414EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 10:18 p.m.15 views

CVE-2026-70633

TimescaleDB through 2.29.1, fixed in commit 517c13e, contains an out-of-bounds read vulnerability in the Gorilla compression reverse row iterator that allows authenticated attackers to cause a denial of service by storing a crafted compressed datum with an internally inconsistent BitArray...

7.1CVSS0.00508EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/06 10:18 p.m.12 views

CVE-2026-70559

Dinky's SysConfigController.getAll handler for GET /api/sysConfig/getAll carries a method-level @SaIgnore annotation that short-circuits the class-level @SaCheckLogin, so the Sa-Token interceptor lets the request through with no session or role check. Any remote unauthenticated caller who can rea...

8.7CVSS0.00328EPSS
SaveExploits1References3
OSV
OSV
added 2026/08/06 10:18 p.m.7 views

UBUNTU-CVE-2026-7867

A flaw was found in udisks2. A local attacker with an active console session can exploit insufficient authorization checking on the 'as-user' option in the org.freedesktop.UDisks2.Filesystem.Mount D-Bus method. This allows the attacker to spoof the 'as-user' parameter, mounting filesystems on...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/06 9:36 p.m.15 views

Craft CMS: Incorrect path validation could potentially lead to path traversal

The ensurePathIsContained function of the Local file system class is theoretically vulnerable to path traversal, although no exploitable scenario has been discovered. When a file is read, an Asset object uses the getFileStream method of the Volume where the asset file is stored, which in turn use...

5.3AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/06 9:36 p.m.9 views

GHSA-7HXC-F267-H5Q7 Craft CMS: Incorrect path validation could potentially lead to path traversal

The ensurePathIsContained function of the Local file system class is theoretically vulnerable to path traversal, although no exploitable scenario has been discovered. When a file is read, an Asset object uses the getFileStream method of the Volume where the asset file is stored, which in turn use...

2.1CVSS5.3AI score0.00148EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/08/06 9:33 p.m.39 views

Cross-site Scripting (XSS)

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the draftName field in the control panel rendering process. An attacker can execute arbitrary JavaScript in the session of higher-privileged users by crafting a...

6.4CVSS5.3AI score0.0019EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/06 9:12 p.m.7 views

Cross-site Scripting (XSS)

Overview org.webjars.npm:pdfjs-dist is a Portable Document Format PDF library that is built with HTML5. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the enableScripting configuration when loading a crafted PDF file. An attacker can execute arbitrary JavaScript...

8.6CVSS5.3AI score
SaveExploits0References2
Snyk
Snyk
added 2026/08/06 9:12 p.m.7 views

Cross-site Scripting (XSS)

Overview pdfjs-dist is a Portable Document Format PDF library that is built with HTML5. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the enableScripting configuration when loading a crafted PDF file. An attacker can execute arbitrary JavaScript code in the...

8.6CVSS5.3AI score
SaveExploits0References2
Snyk
Snyk
added 2026/08/06 9:09 p.m.8 views

Cross-site Scripting (XSS)

Overview org.jsoup:jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern...

4.7CVSS5.3AI score0.0019EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 9:02 p.m.19 views

Craft CMS: Authenticated RCE through Twig sandbox escape

The Twig sandbox mechanism in Craft CMS is configured to allow dangerous functionality from the Yii framework, leading to authenticated RCE in a manner similar to previously disclosed vulnerabilities. The Twig sandbox in Craft CMS works by implementing Twig's SecurityPolicyInterface. The resultin...

5.7AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/06 9:02 p.m.11 views

GHSA-F5WM-88JV-G5HX Craft CMS: Authenticated RCE through Twig sandbox escape

The Twig sandbox mechanism in Craft CMS is configured to allow dangerous functionality from the Yii framework, leading to authenticated RCE in a manner similar to previously disclosed vulnerabilities. The Twig sandbox in Craft CMS works by implementing Twig's SecurityPolicyInterface. The resultin...

8.7CVSS5.7AI score0.00539EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/06 8:45 p.m.11 views

glib: integer underflow in gio/gdbusintrospection.c via "g_dbus_node_info_new_for_xml"

A flaw was found in GLib. A state confusion issue exists in gdbusnodeinfonewforxml in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a node element nested within other elements like method, signal, property or arg. This issue can cause an...

9.1CVSS5.5AI score0.00545EPSS
SaveExploits1References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/06 8:36 p.m.16 views

Security Bulletin: Maximo AI Service uses multiple third party dependencies which are vulnerable to multiple CVEs.

Summary Maximo AI Service uses micrometer-core-1.15.11.jar, spring-core-6.2.18.jar, spring-security-web-6.5.10.jar, spring-data-commons-3.5.11.jar, spring-webmvc-6.2.18.jar, spring-expression-6.2.18.jar and spring-security-config-6.5.10.jar which are vulnerable to CVE-2026-40983, CVE-2026-40984,...

8.1CVSS6.1AI score0.00773EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.9 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS5.5AI score0.01945EPSS
SaveExploits0References8
Snyk
Snyk
added 2026/08/06 8:27 p.m.5 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS in the rendering of breadcrumbs in the page list view. An attacker can execute arbitrary scripts in the context of the user's browser by injecting malicious input into the breadcrumb display. Details Cross-site...

5.4CVSS5.3AI score0.0024EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/06 8:00 p.m.14 views

glib: integer underflow in gio/gdbusintrospection.c via "g_dbus_node_info_new_for_xml"

A flaw was found in GLib. A state confusion issue exists in gdbusnodeinfonewforxml in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a node element nested within other elements like method, signal, property or arg. This issue can cause an...

9.1CVSS5.5AI score0.00545EPSS
SaveExploits1References5
Rows per page
Query Builder