Lucene search
+L

1884 matches found

Nuclei
Nuclei
added 14 hours ago17 views

KeySight RF - smsRestoreDatabaseZip UNC path to Remote Code Execution

The com.keysight.tentacle.config.ResourceManager.smsRestoreDatabaseZip method is used to restore the HSQLDB database used in SMS. It takes the path of the zipped database file as the single parameter. An unauthenticated, remote attacker can specify an UNC path for the database file i.e., \\sms,...

9.8CVSS8.4AI score0.53389EPSS
Exploits0References2
NVD
NVD
added 2 days ago5 views

CVE-2026-63965

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: bmp280: fix stack leak in bmp580 trigger handler bmp580triggerhandler declares its scan buffer on the stack without an initializer and then memcpys 3 bytes of 24-bit sensor data into each 4-byte le32 field. The hig...

0.00198EPSS
Exploits0References3
NVD
NVD
added 2 days ago5 views

CVE-2026-63931

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

0.0021EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-64038 hwmon: (lm90) Stop work before releasing hwmon device

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Stop work before releasing hwmon device Sashiko reports: In lm90probe, the devm action to cancel the alertwork and reportwork lm90restoreconf is registered in lm90initclient before devmhwmondeviceregisterwithinfo is...

5.3AI score0.00166EPSS
Exploits0References6
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-45738

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: bmp280: fix stack leak in bmp580 trigger handler bmp580triggerhandler declares its scan buffer on the stack without an initializer and then memcpys 3 bytes of 24-bit sensor data into each 4-byte le32 field. The hig...

5.5AI score0.00198EPSS
Exploits0References3
CVE
CVE
added 2 days ago7 views

CVE-2026-63934

The CVE-2026-63934 entry describes a Linux kernel vulnerability in iio: gyro: itg3200 where i2c_read writes into the wrong stack location. Specifically, itg3200_read_all_channels() takes __be16 *buf and uses (char *)&buf for i2c_transfer(), which points to a local stack slot rather than the calle...

5.6AI score0.0021EPSS
Exploits0References8
CVE
CVE
added 2 days ago7 views

CVE-2026-63933

CVE-2026-63933 affects the Linux kernel IIO gyro driver for the ADIS16260. The root cause is a division-by-zero when writing a zero value to the sampling_frequency sysfs attribute, which occurs during write_raw processing. The vulnerability is resolved by adding a validation check for the samplin...

5.4AI score0.0021EPSS
Exploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-63934 iio: gyro: itg3200: fix i2c read into the wrong stack location

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: itg3200: fix i2c read into the wrong stack location itg3200readallchannels takes be16 buf' as a parameter and fills the i2cmsg destination as char &buf'. Since buf' is the parameter a pointer, &buf' is the address of t...

5.5AI score0.0021EPSS
Exploits0References11
OSV
OSV
added 2 days ago4 views

CVE-2026-63932 iio: chemical: mhz19b: reject oversized serial replies

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....

5.6AI score0.00198EPSS
Exploits0References6
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-63930 iio: buffer: hw-consumer: fix use-after-free in error path

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: fix use-after-free in error path In the errputbuffers cleanup path of iiohwconsumeralloc, the code was using listforeachentry to iterate through buffers while calling iiobufferput which can free the...

7.8CVSS0.0021EPSS
Exploits0References8
CVE
CVE
added 2 days ago7 views

CVE-2026-53387

In the Linux kernel, the vulnerability CVE-2026-53387 affects the IIO light driver for veml6075. The issue arises in veml6075_it_ms indexing: veml6075_it_ms has 5 elements, but VEML6075_CONF_IT can yield 0–7, which can lead to an out-of-bounds access when the index is >= 5. The fix adds a boun...

7.1CVSS5.3AI score0.00168EPSS
Exploits0References5
CVE
CVE
added 2 days ago12 views

CVE-2026-53379

The CVE affects the Linux kernel media/i2c ov8856 driver. In ov8856_init_controls(), the control handler is not freed if adding controls fails, leading to a resource leak on the error path. The fix adds an error exit label and converts the existing error return to use it, ensuring the control han...

5.4AI score0.00161EPSS
Exploits0References7
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-45452

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov8856: free control handler on error in ov8856initcontrols The control handler wasn't freed if adding controls failed, add an error exit label and convert the existing error return to use it...

5.3AI score0.00161EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2 days ago5 views

PT-2026-61249

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19b receive buf appends each serdev chunk into the fixed MHZ19B CMD SIZE receive buffer and advances buf idx by len without checking that the chunk fits in the remaining...

5.6AI score0.00198EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2 days ago7 views

PT-2026-61250

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: adis16260: fix division by zero in write raw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero to the sampling frequency sysfs attribute triggers a division by ze...

5.3AI score0.0021EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-61282

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: bmp280: fix stack leak in bmp580 trigger handler bmp580 trigger handler declares its scan buffer on the stack without an initializer and then memcpys 3 bytes of 24-bit sensor data into each 4-byte le32 field. The...

5.4AI score0.00198EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2 days ago8 views

PT-2026-61248

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in write raw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the sampling frequency sysfs attribute...

5.3AI score0.0021EPSS
Exploits0References9
The Hacker News
The Hacker News
added 4 days ago19 views

The Race to Field Military Autonomy Is On, Can Trusted Information Infrastructure Keep Pace?

Military forces are under increasing pressure to field autonomous capabilities faster than ever before. Across the U.S., UK, and NATO, new investment, evolving defense strategies, and accelerated acquisition pathways are transforming how capability is delivered, rewarding programs that can move...

5.8AI score
Exploits0
Cvelist
Cvelist
added 6 days ago33 views

CVE-2026-46459 Missing Authorization in ICU Scandinavia Boomerang

ICU Scandinavia Boomerang is vulnerable to a missing authentication flaw in its device receiver endpoints. This allows an unauthenticated remote attacker to read full facility configurations and write unauthorized data to the sensor database. This issue has been fixed in version 2.4.18.029...

5.3CVSS0.00288EPSS
Exploits0References2
CVE
CVE
added 6 days ago10 views

CVE-2026-46459

ICU Scandinavia Boomerang is affected by a missing authentication vulnerability in its device receiver endpoints. An unauthenticated remote attacker can read full facility configurations and write unauthorized data to the sensor database. The issue is mitigated by upgrading to version 2.4.18.029....

5.3CVSS6.1AI score0.00288EPSS
Exploits0References2
Rows per page
Query Builder