Lucene search
+L

219 matches found

Kitploit
Kitploit
added 2026/09/14 2:25 p.m.8 views

cve-2019-6260

ASPEED BMC AHB 接口的测试与调试工具 警告 如果你尚未理解该工具在你目标机器环境中的行为,请勿使用此工具。 此工具会操作你机器的底层硬件和固件接口。特别是,探测行为意味着如果目标设备并非我们所期望的设备,则后果不确定。 使用此工具可能导致目标机器不稳定、崩溃或严重故障。 简介 ASPEED BMC 有几种隐式的操作模式: 1. 开发模式:BMC / 主机固件启动 2. IO扩展模式:BMC 不运行专用固件 3. 预配置模式:BMC 运行专用固件 为支持模式1和2,BMC 在其多个从接口上暴露了功能,允许主机访问 BMC 并在其物理地址空间中执行任意操作。 这些重要接口挂接在...

9.8CVSS8.6AI score0.04177EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.9 views

Astra Linux – Vulnerability in Linux

A vulnerability was discovered in aspeedlpcctrlmmap in drivers/soc/aspeed/aspeed-lpc-ctrl.c in the Linux kernel before version 5.14.6. Local attackers who had access to the Aspeed LPC control interface could overwrite memory in the kernel and potentially execute privileged operations, denoted as...

7.8CVSS6.6AI score0.0037EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 8:22 a.m.9 views

CVE-2023-40289

CVE-2023-40289 这是一个针对 CVE-2023-40289 的漏洞利用程序,该漏洞是多个采用 ATEN 固件的基板管理控制器(BMC)中的命令注入漏洞。 受影响的设备示例包括 Aspeed 的 AST2300 或 AST2500,它们常见于 Supermicro 的 X10 和 X11 系列服务器系统等设备中。 该漏洞最初由 Binarly 发现。 本仓库只是扩展了他们的 PoC,使其更易使用。 请仅用于教育目的,并在获得所有相关方同意的情况下使用。 Usage root@kitploit: Usage: CVE-2023-40289 OPTIONS COMMAND...

7.2CVSS7.5AI score0.17767EPSS
SaveExploits1
Redos
Redos
added 2026/08/26 12:00 a.m.11 views

ROS-20260826-73-0021

The vulnerability of the aspeedsocinfoinit function in the drivers/soc/aspeed/aspeed-socinfo.c module of the Linux SOC kernel driver is related to improper memory release. Exploiting this vulnerability can allow an attacker to cause a system failure...

5.5CVSS5.5AI score0.00199EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: A NULL pointer check was added in astvhubinitdev. The variable d-name, returned by devmkasprintf, could potentially be NULL. A pointer check was added to prevent potential NULL pointer dereferencing. This is...

5.5CVSS5.5AI score0.00301EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: Media: aspeed – Fix the clock handling logic The Video Engine uses eclk and vclk as its clock sources. Its reset control is coupled with eclk, so the current clock enabling sequence works as follows: 1. Enable eclk. 2. De-assert...

7.8CVSS5.9AI score0.00231EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.11 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Added kfree in kstrdup. Added kfree in the subsequent error handling steps to avoid memory leaks...

5.5CVSS5.9AI score0.00199EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: pinctrl: aspeed: Fixed a potential NULL dereferencing in aspeedpinmuxsetmux. pdesc could potentially be null, but still, dereferencing pdesc-name would lead to a NULL pointer access. Therefore, we moved a null check before the...

5.5CVSS6.4AI score0.00252EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: serial: 8250aspeedvuart: Fixed the potential NULL dereferencing in aspeedvuartprobe. The platformgetresource function may fail and return NULL; therefore, we should better check its return value to avoid NULL pointer dereferencin...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: usb: aspeed-vhub: Fixed a reference count leak issue in astvhubinitdesc. We should call ofnodeput for the reference returned by ofgetchildbyname, which has increased the reference count...

5.5CVSS5.8AI score0.00175EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/23 12:03 a.m.14 views

SUSE CVE-2026-74729

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

5.6AI score0.0017EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/22 4:16 p.m.16 views

CVE-2026-74729

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

0.0017EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.32 views

CVE-2026-74729 soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

0.0017EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 3:33 p.m.45 views

CVE-2026-74729

CVE-2026-74729 is a usercopy overflow in the Linux kernel's soc: aspeed: lpc-snoop driver. The root cause is a race condition on SMP systems: put_fifo_with_discard() in the IRQ handler and snoop_file_read() concurrently access the same kfifo without synchronization, which can leave the internal (...

5.6AI score0.0017EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/22 3:33 p.m.39 views

EUVD-2026-64416

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

5.6AI score0.0017EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 3:33 p.m.23 views

CVE-2026-74729 soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances out and kfifoput advances in from the IRQ handler without synchronizin...

5.7AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-74729

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - soc: aspeed: lpc-snoop: Fix usercopy overflow in snoopfileread putfifowithdiscard acts as both producer and consumer on the kfifo: it calls kfifoskip advances o...

5.6AI score0.0017EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.26 views

PT-2026-79734

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop file read put fifo with discard acts as both producer and consumer on the kfifo: it calls kfifo skip advances out and kfifo put advances in from the IRQ handler without...

5.5AI score0.0017EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/19 5:41 p.m.12 views

CVE-2026-72394

A flaw was found in the Linux kernel's aspeed-g6-pwm-tach driver. This vulnerability arises when the system attempts to calculate fan rotations per minute RPM using a tachometer value of zero, which can occur due to hardware glitches or specific conditions. Without proper validation, this zero...

5.5CVSS5.5AI score0.002EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-72394

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: aspeed-g6-pwm-tach Guard fan RPM calculation against divide-by-zero Sashiko reports: In the aspeed-g6-pwm-tacho driver, the aspeedtachvaltorpm function...

5.9AI score0.002EPSS
SaveExploits0References2
Rows per page
Query Builder