Lucene search
K

1827 matches found

SUSE CVE
SUSE CVE
added 2024/08/06 2:0 a.m.1 views

SUSE CVE-2024-42086

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications were initially discusse...

6.3CVSS6.5AI score0.00239EPSS
Exploits0References13
CNNVD
CNNVD
added 2024/07/31 12:0 a.m.3 views

Plug and Track Sensor Net Connect 安全漏洞

Plug and Track Sensor Net Connect is a smart sensor from the French company Plug and Track. It is used to monitor temperature, humidity, pressure, CO2 and other parameters. A security vulnerability exists in Plug and Track Sensor Net Connect version V2, which stems from passwords being stored in...

4.6CVSS6.3AI score0.00114EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2024/07/31 12:0 a.m.3 views

PT-2024-23626 · Unknown · Plug&Track Sensor Net Connect V2

Name of the Vulnerable Software and Affected Versions: Plug&Track Sensor Net Connect V2 version 2.24 Description: A Cross-Site Request Forgery CSRF issue can be exploited by remote attackers to perform state-changing operations with administrative privileges. This is done by luring authenticated...

8.3CVSS7.5AI score0.00214EPSS
Exploits0References7
CNNVD
CNNVD
added 2024/07/31 12:0 a.m.3 views

Plug and Track Sensor Net Connect 安全漏洞

Plug and Track Sensor Net Connect is a smart sensor from the French company Plug and Track. It is used to monitor temperature, humidity, pressure, CO2 and other parameters. A security vulnerability exists in Plug and Track Sensor Net Connect version V2, which stems from the presence of cross-site...

8.8CVSS6.1AI score0.00297EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/07/31 12:0 a.m.3 views

Plug and Track Sensor Net Connect 安全漏洞

Plug and Track Sensor Net Connect is a smart sensor from the French company Plug and Track. It is used to monitor temperature, humidity, pressure, CO2 and other parameters. A security vulnerability exists in Plug and Track Sensor Net Connect version V2, which originates from the insertion of...

4.6CVSS6.5AI score0.00188EPSS
Exploits0References2
CNNVD
CNNVD
added 2024/07/31 12:0 a.m.4 views

Plug and Track Sensor Net Connect 安全漏洞

Plug and Track Sensor Net Connect is a smart sensor from the French company Plug and Track. It is used to monitor temperature, humidity, pressure, CO2 and other parameters. A security vulnerability exists in Plug and Track Sensor Net Connect version V2, which stems from a cross-site request forge...

8.3CVSS6.7AI score0.00214EPSS
Exploits0References2
OSV
OSV
added 2024/07/30 8:15 a.m.6 views

AZL-49316 CVE-2024-42144 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/mediatek/lvtsthermal: Check NULL ptr on lvtsdata Verify that lvtsdata is not NULL before using it...

5.5CVSS5.6AI score0.00222EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 5:15 p.m.1 views

DEBIAN-CVE-2024-42086

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications were initially discusse...

7.8CVSS5.6AI score0.00239EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 5:15 p.m.1 views

UBUNTU-CVE-2024-42086

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications were initially discusse...

7.8CVSS6.2AI score0.00239EPSS
Exploits0References33
Cvelist
Cvelist
added 2024/07/29 4:26 p.m.28 views

CVE-2024-42086 iio: chemical: bme680: Fix overflows in compensate() functions

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: bme680: Fix overflows in compensate functions There are cases in the compensate functions of the driver that there could be overflows of variables due to bit shifting ops. These implications were initially discusse...

0.00239EPSS
Exploits0References8
The Hacker News
The Hacker News
added 2024/07/26 5:52 a.m.30 views

CrowdStrike Warns of New Phishing Scam Targeting German Customers

CrowdStrike is alerting about an unfamiliar threat actor attempting to capitalize on the Falcon Sensor update fiasco to distribute dubious installers targeting German customers as part of a highly targeted campaign. The cybersecurity company said it identified what it described as an unattributed...

7.3AI score
Exploits0
The Hacker News
The Hacker News
added 2024/07/24 8:32 a.m.44 views

CrowdStrike Explains Friday Incident Crashing Millions of Windows Devices

Cybersecurity firm CrowdStrike on Wednesday blamed an issue in its validation system for causing millions of Windows devices to crash as part of a widespread outage late last week. "On Friday, July 19, 2024 at 04:09 UTC, as part of regular operations, CrowdStrike released a content configuration...

7.3AI score
Exploits0
NVD
NVD
added 2024/07/12 1:15 p.m.26 views

CVE-2024-40933

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.5CVSS0.00208EPSS
Exploits0References2
OSV
OSV
added 2024/07/12 1:15 p.m.0 views

UBUNTU-CVE-2024-40933

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERRPTR dereference in mlx90635probe When devmregmapiniti2c fails, regmapee could be error pointer, instead of checking for ISERRregmapee, regmap is checked which looks like a copy paste error...

5.5CVSS5.8AI score0.00208EPSS
Exploits0References12
CVE
CVE
added 2024/07/12 12:25 p.m.67 views

CVE-2024-40933

The CVE-2024-40933 entry concerns a Linux kernel IIO temperature driver mlx90635 issue. The vulnerability arises in mlx90635_probe() where a failure of devm_regmap_init_i2c() could yield regmap_ee as an error pointer rather than being checked with IS_ERR(regmap_ee), effectively a copy-paste error...

5.5CVSS6.5AI score0.00208EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/11 4:4 p.m.26 views

CVE-2024-39530 Junos OS: Attempting to access specific sensors on platforms not supporting these will lead to a chassisd crash

An Improper Check for Unusual or Exceptional Conditions vulnerability in the chassis management daemon chassisd of Juniper Networks Junos OS allows an unauthenticated, network-based attacker to cause a Denial-of-Service DoS. If an attempt is made to access specific sensors on platforms not...

8.7CVSS7AI score0.00476EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2024/07/10 12:0 a.m.19 views

Juniper Junos OS Vulnerability (JSA82982)

The version of Junos OS installed on the remote host is affected by a vulnerability as referenced in the JSA82982 advisory. - A Heap-based Buffer Overflow vulnerability in the telemetry sensor process sensord of Juniper Networks Junos OS on MX240, MX480, MX960 platforms using MPC10E causes a stea...

8.7CVSS5.6AI score0.00424EPSS
Exploits0References3
Snyk
Snyk
added 2024/07/09 5:41 p.m.1 views

Numeric Truncation Error

Overview Affected versions of this package are vulnerable to Numeric Truncation Error through the handling of specially crafted inputs. An attacker can execute arbitrary code on the target system by sending a malformed data packet. Remediation Upgrade Microsoft.Azure.Kinect.Sensor to version or...

6.4CVSS7.8AI score0.0061EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2024/06/25 12:0 a.m.3 views

PT-2024-5542 · Juniper Networks · Junos

Name of the Vulnerable Software and Affected Versions: Junos OS versions 21.2R3-S5 through 21.2R3-S7 Junos OS versions 21.4R3-S4 through 21.4R3-S6 Junos OS versions 22.2R3 through 22.2R3-S4 Junos OS versions 22.3R2 through 22.3R3-S2 Junos OS versions 22.4R1 through 22.4R3 Junos OS versions 23.2R1...

8.7CVSS7.3AI score0.00424EPSS
Exploits0References9
BDU FSTEC
BDU FSTEC
added 2024/06/14 12:0 a.m.2 views

The vulnerability of the thermaldebug_tzremove() function, a temperature sensor in the Linux kernel, allows a malicious actor to cause a service failure.

The vulnerability of the thermaldebugtzremove function in the drivers/thermal/thermaldebugfs.c file of the Linux kernel’s temperature sensor module is related to a memory leak. Exploiting this vulnerability could allow an attacker to cause a system failure...

4.6CVSS6.3AI score0.00194EPSS
Exploits0References7Affected Software1
Rows per page
Query Builder