Lucene search
+L

640 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/13 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53682

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53612

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotpl...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2023-53682

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 4:15 p.m.12 views

AZL-76425 CVE-2023-53682 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

5.5CVSS5.6AI score0.00143EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.14 views

CVE-2023-53682 hwmon: (xgene) Fix ioremap and memremap leak

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/07 3:21 p.m.31 views

CVE-2023-53682

CVE-2023-53682 affects the Linux kernel hwmon xgene driver. The root cause is that ioremap() and memremap() were not released in xgene_hwmon_probe(), creating a potential resource leak through ctx->pcc_comm_addr. The fix replaces ioremap and memremap with devm_ioremap and devm_memremap, ensuri...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32751

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

5.9AI score0.00143EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/07 3:21 p.m.6 views

CVE-2023-53682 hwmon: (xgene) Fix ioremap and memremap leak

In the Linux kernel, the following vulnerability has been resolved: hwmon: xgene Fix ioremap and memremap leak Smatch reports: drivers/hwmon/xgene-hwmon.c:757 xgenehwmonprobe warn: 'ctx-pcccommaddr' from ioremap not released on line: 757. This is because in drivers/hwmon/xgene-hwmon.c:701...

6.4AI score
SaveExploits0References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.15 views

EUVD-2020-5192

Malware in sbrugna...

5.5CVSS4.5AI score0.00468EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986551)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986551 advisory. In the Linux kernel, the following vulnerability has been resolved: hwmon: adc128d818 Fix underflows seen when writing limit attributes DIVROUNDCLOSEST after kstrtol...

7.8CVSS6AI score0.00282EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/04 4:15 p.m.11 views

CVE-2023-53612

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation...

5.5CVSS0.00145EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/04 4:15 p.m.13 views

UBUNTU-CVE-2023-53612

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References9
CVE
CVE
added 2025/10/04 3:44 p.m.61 views

CVE-2023-53612

CVE-2023-53612 affects the Linux kernel hwmon subsystem, specifically the coretemp platform driver. The vulnerability arises from unconventional platform-device handling where work is done globally by initcalls and CPU hotplugnotifiers, while the driver mainly wraps allocation and hwmon interface...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.22 views

CVE-2023-53612 hwmon: (coretemp) Simplify platform device handling

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation...

0.00145EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.7 views

PT-2025-40775

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The coretemp platform driver in the Linux kernel has a design flaw related to platform device handling. The driver's unconventional approach of dynamically creating and destroying platfo...

6.2AI score0.00145EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2021-32224

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00722EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-55227

Malicious code in bioql PyPI...

7.1AI score0.00216EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-20039

Malicious code in bioql PyPI...

7.6AI score0.00107EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2021-34391

Malicious code in bioql PyPI...

7.8CVSS7AI score0.0026EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2021-34389

Malicious code in bioql PyPI...

5.3CVSS7.2AI score0.01028EPSS
SaveExploits0References4
Rows per page
Query Builder