Lucene search
+L

7706 matches found

Snyk
Snyk
added 2026/06/24 4:16 p.m.11 views

Deserialization of Untrusted Data

Overview feast is a Python SDK for Feast Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the ApplyFeatureView handler of registryserver.py, which calls FeatureView.fromproto and deserializes the feature view's embedded user-defined function before the appl...

9.8CVSS6.2AI score0.01374EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 2026/06/24 12:00 a.m.16 views

PT-2026-52100

Name of the Vulnerable Software and Affected Versions MosaicML Composer affected versions not specified Description An issue exists in the parsing of checkpoints due to improper validation of user-supplied data, leading to the deserialization of untrusted data. This allows remote attackers to...

7.8CVSS7.5AI score0.00547EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/06/23 9:54 p.m.23 views

EUVD-2026-37008

Slim has Reflected XSS in the HtmlErrorRenderer...

6.1CVSS5.8AI score0.00167EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/06/23 9:21 p.m.7 views

Deserialization of Untrusted Data

Overview com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the...

9.2CVSS6.4AI score0.00873EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/06/23 2:25 p.m.11 views

Deserialization of Untrusted Data

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the fetchcompletions function in reduce methods. An attacker can execute arbitrary commands by embedding...

8.1CVSS6.1AI score0.00431EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/23 2:25 p.m.13 views

Deserialization of Untrusted Data

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the profile.Profile.runctx function. An attacker can execute arbitrary code by crafting a malicious pickl...

8.1CVSS6.1AI score0.00613EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/23 12:00 a.m.35 views

PT-2026-51593

Name of the Vulnerable Software and Affected Versions Spring Statemachine versions 4.0.0 through 4.0.1 Spring Statemachine versions 3.2.0 through 3.2.4 Description Kryo-based persistence backends, including JPA, MongoDB, Redis, and ZooKeeper, deserialize persisted state-machine contexts without...

8.8CVSS6.4AI score0.00746EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/06/22 11:19 p.m.9 views

Deserialization of Untrusted Data

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the idlelib.autocomplete.AutoComplete.getentity function. An attacker can execute arbitrary commands by...

9CVSS6.2AI score0.00431EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/22 10:21 p.m.8 views

Deserialization of Untrusted Data

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the File::prohibitWrappers function. An attacker can execute arbitrary code or read files b...

9.8CVSS6.2AI score0.00712EPSS
SaveExploits3References2
NVD
NVD
added 2026/06/22 10:16 p.m.20 views

CVE-2026-48516

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, InterfaceLookupFormatter constructs an internal Dictionary with the default equality comparer instead of the security-aware comparer supplied by options.Security.GetEqualityComparer. This formatter omission allows...

7.5CVSS0.00405EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/06/22 9:21 p.m.9 views

Deserialization of Untrusted Data

Overview Glances is an A cross-platform curses-based monitoring tool Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the Outdated.loadcache process. An attacker can execute arbitrary code with the privileges of the user running the application by planting ...

8.5CVSS6.1AI score0.0036EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/06/22 9:16 p.m.37 views

CVE-2026-48509 MessagePack-CSharp: ASP.NET Core MessagePackInputFormatter defaults to TrustedData for HTTP request bodies

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, the parameterless MessagePackInputFormatter constructor uses default serializer options, which resolve to MessagePackSerializerOptions.Standard with MessagePackSecurity.TrustedData. The formatter is designed for...

6.3CVSS0.00416EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/22 9:16 p.m.12 views

CVE-2026-48509

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, the parameterless MessagePackInputFormatter constructor uses default serializer options, which resolve to MessagePackSerializerOptions.Standard with MessagePackSecurity.TrustedData. The formatter is designed for...

9.1CVSS5.7AI score0.00416EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/06/22 9:14 p.m.38 views

CVE-2026-48511

Summary: CVE-2026-48511 affects MessagePack for C# where ExpandoObjectFormatter.Deserialize inserts map entries into ExpandoObject via IDictionary.Add. This insertion pattern, coupled with ExpandoObject’s internal array-like member storage, can trigger repeated linear scans and array copies, caus...

7.5CVSS5.8AI score0.00405EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/22 9:14 p.m.10 views

CVE-2026-48511 MessagePack-CSharp: ExpandoObject formatter can perform quadratic insertion work on untrusted maps

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, ExpandoObjectFormatter.Deserialize populates System.Dynamic.ExpandoObject by calling IDictionary.Add for each map entry. ExpandoObject internally maintains member names in array-like structures, so inserting many...

6.3CVSS5.8AI score0.00405EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/22 9:14 p.m.13 views

CVE-2026-48511 MessagePack-CSharp: ExpandoObject formatter can perform quadratic insertion work on untrusted maps

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, ExpandoObjectFormatter.Deserialize populates System.Dynamic.ExpandoObject by calling IDictionary.Add for each map entry. ExpandoObject internally maintains member names in array-like structures, so inserting many...

6.3CVSS5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/06/22 9:14 p.m.37 views

CVE-2026-48511 MessagePack-CSharp: ExpandoObject formatter can perform quadratic insertion work on untrusted maps

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, ExpandoObjectFormatter.Deserialize populates System.Dynamic.ExpandoObject by calling IDictionary.Add for each map entry. ExpandoObject internally maintains member names in array-like structures, so inserting many...

6.3CVSS0.00405EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/06/22 9:10 p.m.7 views

Deserialization of Untrusted Data

Overview Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the JMX RMI connector. An attacker can execute arbitrary code on the server by sending specially crafted serialized Java objects prior to authentication. Note: This is only exploitable if the JMX...

9.8CVSS6.2AI score
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/06/22 9:09 p.m.12 views

CVE-2026-48516 MessagePack-CSharp: InterfaceLookupFormatter bypasses collision-resistant comparer settings

MessagePack for C is a MessagePack serializer for C. Prior to 2.5.301 and 3.1.7, InterfaceLookupFormatter constructs an internal Dictionary with the default equality comparer instead of the security-aware comparer supplied by options.Security.GetEqualityComparer. This formatter omission allows...

6.3CVSS5.8AI score0.00405EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/22 9:09 p.m.38 views

CVE-2026-48516

MessagePack for C# (MessagePack-CSharp) prior to versions 2.5.301 and 3.1.7 constructs InterfaceLookupFormatter with a default Dictionary<TKey,IGrouping> comparer instead of the security-aware comparer from options.Security.GetEqualityComparer(). This can enable a hash-collision CPU denial-...

7.5CVSS5.8AI score0.00405EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder