Lucene search
+L

313 matches found

Cvelist
Cvelist
added 2026/09/16 2:37 p.m.28 views

CVE-2026-77406 RabbitMQ amqp091-go: Consumer Message Flooding via Signed-to-Unsigned Integer Casting in Qos Configuration

RabbitMQ amqp091-go is a Go AMQP 0.9.1 client. Prior to 1.13.0, Channel.Qos in channel.go accepts negative prefetchCount and prefetchSize integers and casts them directly to uint16 and uint32 fields in the basic.qos method because validateQos is absent. Values such as -1 therefore wrap to 65535 o...

8.2CVSS0.00411EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 2:37 p.m.10 views

CVE-2026-77406

RabbitMQ amqp091-go (a Go AMQP 0.9.1 client) is affected by a signed-to-unsigned integer casting flaw in Channel.Qos within channel.go. Because the validateQos function is absent, negative values for prefetchCount and prefetchSize are cast directly to uint16 and uint32 fields. A value of -1 wraps...

8.2CVSS5.8AI score0.00411EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/08 7:17 p.m.7 views

CVE-2026-28609

In read of MatroskaExtractor.cpp, there is a possible out-of-bounds write due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS0.00277EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/08 6:06 p.m.12 views

CVE-2026-58822

CVE-2026-58822 affects Android , specifically multiple functions in ftsmooth.c , where improper casting introduces a memory safety issue that can lead to remote code execution without additional privileges or user interaction. The vulnerability is rated CVSS 9.8 (CRITICAL) with a vector of AV:N/A...

9.8CVSS6.2AI score0.00306EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 6:06 p.m.6 views

EUVD-2026-74023

In multiple functions of ftsmooth.c, there is a possible memory safety issue due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

9.8CVSS6.2AI score0.00306EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/08 6:04 p.m.6 views

EUVD-2026-73960

In read of MatroskaExtractor.cpp, there is a possible out-of-bounds write due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

6.2AI score0.00277EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/08 6:04 p.m.29 views

CVE-2026-28609

In read of MatroskaExtractor.cpp, there is a possible out-of-bounds write due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

0.00277EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/08 6:04 p.m.24 views

CVE-2026-28609

CVE-2026-28609 is an out-of-bounds write vulnerability in MatroskaExtractor.cpp , caused by improper casting during a read operation. It can lead to remote code execution with low privileges required and no user interaction needed, rated CVSS 8.8 (HIGH) . The vulnerability is tracked in the Andro...

8.8CVSS6.2AI score0.00277EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/09/01 4:18 a.m.9 views

CVE-2026-82734

Improper Validation of Specified Quantity in Input vulnerability in ash-project ash allows an attacker to submit a non-finite decimal value that bypasses numeric bounds constraints or fails later operations on the value. Ash.Type.Decimal cast input through Ecto's decimal cast in castinput/2 and...

2.1CVSS0.00133EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 3:17 a.m.5 views

CVE-2026-82734 Non-finite Infinity/NaN decimal values bypass bounds constraints in Ash.Type.Decimal

Improper Validation of Specified Quantity in Input vulnerability in ash-project ash allows an attacker to submit a non-finite decimal value that bypasses numeric bounds constraints or fails later operations on the value. Ash.Type.Decimal cast input through Ecto's decimal cast in castinput/2 and...

2.1CVSS5.9AI score0.00133EPSS
SaveExploits0References9
CVE
CVE
added 2026/09/01 3:17 a.m.12 views

CVE-2026-82734

CVE-2026-82734 affects ash-project ash (Elixir), versions 1.28.0 through 3.32.1 . The vulnerability is in Ash.Type.Decimal (lib/ash/type/decimal.ex), which casts input via Ecto's decimal cast without verifying the result is finite. Because Elixir's Decimal module treats Infinity and NaN as valid ...

2.1CVSS5.9AI score0.00133EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/01 12:00 a.m.11 views

ASB-A-485377744

In read of MatroskaExtractor.cpp, there is a possible out-of-bounds write due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS6.2AI score0.00277EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/01 12:00 a.m.5 views

ASB-A-506109174

In multiple functions of ftsmooth.c, there is a possible memory safety issue due to improper casting. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

9.8CVSS6.2AI score0.00306EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74711

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

8.4CVSS5.7AI score0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 8:48 a.m.9 views

BIT-MONGOOSE-2026-73562 Mongoose: Prototype pollution in the update casting via __proto__-prefixed dotted path (Schema._getSchema/path getter)

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS5.4AI score0.00369EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/13 6:18 p.m.20 views

CVE-2026-73562

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS0.00369EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/13 5:27 p.m.33 views

CVE-2026-73562 Mongoose: Prototype pollution in the update casting via __proto__-prefixed dotted path (Schema._getSchema/path getter)

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/13 5:27 p.m.32 views

CVE-2026-73562 Mongoose: Prototype pollution in the update casting via __proto__-prefixed dotted path (Schema._getSchema/path getter)

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS0.00369EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/13 5:27 p.m.50 views

CVE-2026-73562

CVE-2026-73562 describes a prototype-pollution vulnerability in Mongoose (MongoDB object modeling tool) via update casting that can occur when a user-controlled update uses a proto -prefixed dotted path under $set. Prior to versions 6.13.10, 7.8.10, 8.24.1, and 9.7.2, schema logic can treat inher...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/13 5:27 p.m.26 views

CVE-2026-73562 Mongoose: Prototype pollution in the update casting via __proto__-prefixed dotted path (Schema._getSchema/path getter)

Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.10, 7.8.10, 8.24.1, and 9.7.2, passing a user-controlled update such as MyModel.updateOnefilter, req.body can exploit Mongoose update casting with a proto.x dotted path under $set...

6.5CVSS5.3AI score0.00369EPSS
SaveExploits0References5
Rows per page
Query Builder