Lucene search
+L

1926 matches found

Tenable Nessus
Tenable Nessus
added 2026/06/28 12:0 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2026-53150

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:9 a.m.11 views

thunderbolt: Reject zero-length property entries in validator

...

7CVSS5.8AI score0.00123EPSS
SaveExploits0
NVD
NVD
added 2026/06/26 9:16 p.m.19 views

CVE-2026-54352

Budibase is an open-source low-code platform. Prior to 3.39.9, POST /api/pwa/process-zip at packages/server/src/api/routes/static.ts:24 accepts a builder-uploaded .zip, extracts it with [email protected] into a temp directory, then for each entry listed in icons.json validates the icon path, open...

9.6CVSS0.00372EPSS
SaveExploits1References1
CVE
CVE
added 2026/06/26 5:27 p.m.52 views

CVE-2026-47778

Envoy CVE-2026-47778 describes a TLS DNS SAN truncation flaw in DefaultCertValidator::verifySubjectAltName. Before 1.35.11, 1.36.7, 1.37.3, and 1.38.1, an embedded NUL in a dNSName SAN can be partially preserved by generalNameAsString but truncated when converted to a C-style string via .c_str(),...

4.4CVSS5.8AI score0.00176EPSS
SaveExploits1References1Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/26 2:12 a.m.21 views

SUSE CVE-2026-53150

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

6.1CVSS5.8AI score0.00123EPSS
SaveExploits0References6
NVD
NVD
added 2026/06/25 9:16 a.m.8 views

CVE-2026-53150

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

5.5CVSS0.00123EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.11 views

CVE-2026-53150

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/06/25 8:38 a.m.13 views

EUVD-2026-39241

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

5.8AI score0.00123EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/06/25 8:38 a.m.13 views

CVE-2026-53150

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/06/25 8:38 a.m.45 views

CVE-2026-53150 thunderbolt: Reject zero-length property entries in validator

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

0.00123EPSS
SaveExploits0References8
CVE
CVE
added 2026/06/25 8:38 a.m.37 views

CVE-2026-53150

CVE-2026-53150 affects the Linux kernel Thunderbolt validator. The bug arises when tb_property_entry_valid() accepts zero-length TEXT entries for DIRECTORY/DATA/TEXT, enabling a null-termination underflow (writes at property->value.text[length*4 - 1] with length 0). A fix rejects zero-length e...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/06/25 8:38 a.m.10 views

CVE-2026-53150 thunderbolt: Reject zero-length property entries in validator

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Reject zero-length property entries in validator tbpropertyentryvalid accepts entries with length == 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry passes validation but causes an underflow in the...

5.8AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/06/25 12:0 a.m.20 views

PT-2026-52246

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the thunderbolt component where the tb property entry valid function accepts entries with a length of 0 for DIRECTORY, DATA, and TEXT types. A zero-length TEXT entry...

5.5CVSS7AI score0.00123EPSS
SaveExploits0
Snyk
Snyk
added 2026/06/23 9:22 p.m.7 views

Incomplete List of Disallowed Inputs

Overview Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in the BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray method, which allowlists an array based only on clazz.isArray and does not validate the array's component type. An attacker who...

9.2CVSS5.8AI score0.00712EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 9:22 p.m.12 views

GHSA-RMJ7-2VXQ-3G9F jackson-databind has an array subtype allowlist bypass in BasicPolymorphicTypeValidator (allowIfSubTypeIsArray)

Summary BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray allowlists any array type based only on clazz.isArray, without validating the array's component element type against the configured allowlist. A PTV built with allowIfSubTypeIsArray plus an explicit concrete-type allowlist...

8.1CVSS5.8AI score0.00712EPSS
SaveExploits0References29
Github Security Blog
Github Security Blog
added 2026/06/23 9:22 p.m.44 views

jackson-databind has an array subtype allowlist bypass in BasicPolymorphicTypeValidator (allowIfSubTypeIsArray)

Summary BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray allowlists any array type based only on clazz.isArray, without validating the array's component element type against the configured allowlist. A PTV built with allowIfSubTypeIsArray plus an explicit concrete-type allowlist...

8.1CVSS5.8AI score0.00712EPSS
SaveExploits0References29Affected Software2
OSV
OSV
added 2026/06/23 9:21 p.m.12 views

GHSA-J3RV-43J4-C7QM jackson-databind has a PolymorphicTypeValidator bypass via generic type parameters that allows arbitrary class instantiation

jackson-databind's PolymorphicTypeValidator PTV is the primary safety mechanism guarding polymorphic deserialization. When polymorphic typing is enabled and a type identifier contains generic parameters i.e. the type ID string contains when only java.util.ArrayList is allow-listed. The container...

8.1CVSS6.2AI score0.00779EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/06/23 9:21 p.m.139 views

jackson-databind has a PolymorphicTypeValidator bypass via generic type parameters that allows arbitrary class instantiation

jackson-databind's PolymorphicTypeValidator PTV is the primary safety mechanism guarding polymorphic deserialization. When polymorphic typing is enabled and a type identifier contains generic parameters i.e. the type ID string contains when only java.util.ArrayList is allow-listed. The container...

8.1CVSS6.2AI score0.00779EPSS
SaveExploits1References5Affected Software2
NVD
NVD
added 2026/06/23 9:17 p.m.26 views

CVE-2026-54513

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray allowlists any array type based only on clazz.isArray, without validating th...

8.1CVSS0.00712EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2026/06/23 8:56 p.m.60 views

CVE-2026-54512 jackson-databind: PolymorphicTypeValidator bypass via generic type parameters allows arbitrary class instantiation

jackson-databind contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. From 2.10.0 until 2.18.8, 2.21.4, and 3.1.4, jackson-databind's PolymorphicTypeValidator PTV is the primary safety mechanism guarding polymorphic deserialization. When polymorphic...

8.1CVSS0.00779EPSS
SaveExploits1References3
Rows per page
Query Builder