Lucene search
+L

739 matches found

CVE
CVE
added 2025/10/22 1:23 p.m.26 views

CVE-2023-53694

CVE-2023-53694 concerns a Linux kernel RISCV ftrace issue where enabling preemption could cause a jump to an address with mixed XLEN:12 bits, due to an AUIPC + JALR sequence. The vulnerability arises in the dynamic ftrace prologue when switching tasks and potentially changing the ftrace function ...

6.2AI score0.00197EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.13 views

CVE-2023-53694 riscv: ftrace: Fixup panic by disabling preemption

In the Linux kernel, the following vulnerability has been resolved: riscv: ftrace: Fixup panic by disabling preemption In RISCV, we must use an AUIPC + JALR pair to encode an immediate, forming a jump that jumps to an address over 4K. This may cause errors if we want to enable kernel preemption a...

0.00197EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/22 1:23 p.m.6 views

CVE-2023-53694 riscv: ftrace: Fixup panic by disabling preemption

In the Linux kernel, the following vulnerability has been resolved: riscv: ftrace: Fixup panic by disabling preemption In RISCV, we must use an AUIPC + JALR pair to encode an immediate, forming a jump that jumps to an address over 4K. This may cause errors if we want to enable kernel preemption a...

6.6AI score0.00197EPSS
SaveExploits0References6
Ubuntu
Ubuntu
added 2025/10/22 12:2 a.m.18 views

USN-7834-1: Linux kernel (Azure) vulnerabilities

Oleksii Oleksenko, Cedric Fournet, Jana Hofmann, Boris Köpf, Stavros Volos, and Flavien Solt discovered that some AMD processors may allow an attacker to infer data from previous stores, potentially resulting in the leakage of privileged information. A local attacker could possibly use this to...

10CVSS7.3AI score0.01119EPSS
SaveExploits4
Microsoft CVE
Microsoft CVE
added 2025/10/17 1:1 a.m.7 views

riscv: Fix IPIs usage in kfence_protect_page()

...

5.5CVSS7AI score0.00213EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/10/14 6:5 p.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

6.2AI score0.00154EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/10/14 6:5 p.m.6 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: Revert "riscv: Define TASKSIZEMAX for accessok" This reverts commit ad5643cf2f69 "riscv: Define TASKSIZEMAX for accessok". This commit changes TASKSIZEMAX to be LONGMAX to optimize accessok, because the previous TASKSIZEMAX defau...

6.4AI score0.00165EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/10/09 12:0 a.m.6 views

Systematic Assessment of Cache Timing Vulnerabilities on RISC-V Processors

While interest in the open RISC-V instruction set architecture is growing, tools to assess the security of concrete processor implementations are lacking. There are dedicated tools and benchmarks for common microarchitectural side-channel vulnerabilities for popular processor families such as Int...

7.1AI score
SaveExploits0
EUVD
EUVD
added 2025/10/08 4:2 a.m.6 views

EUVD-2025-31847

A vulnerability was determined in code-projects Web-Based Inventory and POS System 1.0. The impacted element is an unknown function of the file /transaction.php. This manipulation of the argument shopid causes sql injection. The attack is possible to be carried out remotely. The exploit has been...

6.5CVSS6.3AI score0.00367EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39904

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: arm64: kexec: initialize kexecbuf struct in loadothersegments Patch series kexec: Fix invali...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2020-21924

Malware in sbrugna...

5.5CVSS5.6AI score0.00646EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987044 advisory. In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix potential NULL dereference The bpfjitbinaryfree function requires a non-NULL...

7.5CVSS5.9AI score0.00677EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987237 advisory. In the Linux kernel, the following vulnerability has been resolved: riscv: fix oops caused by irqsoff latency tracer The tracehardirqson,off require the caller to...

5.5CVSS5.4AI score0.00207EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/04 4:15 p.m.9 views

CVE-2023-53583

In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: Remove PERFHESSTOPPED flag checking in riscvpmustart Since commit 096b52fd2bb4 "perf: RISC-V: throttle perf events" the perfsampleeventtook function was added to report time spent in overflow interrupts. If the...

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

UBUNTU-CVE-2023-53583

In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: Remove PERFHESSTOPPED flag checking in riscvpmustart Since commit 096b52fd2bb4 "perf: RISC-V: throttle perf events" the perfsampleeventtook function was added to report time spent in overflow interrupts. If the...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/04 3:43 p.m.24 views

CVE-2023-53583

CVE-2023-53583 concerns the Linux kernel RISC‑V PMU driver. The issue arises from the perf subsystem: after perf_event_overflow(), the RISC‑V PMU driver did not update PERF_HES_STOPPED, and the unthrottle path could trigger riscv_pmu_start(), emitting a WARN_ON_ONCE. The fixed change removes the ...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/04 3:43 p.m.7 views

CVE-2023-53583 perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()

In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: Remove PERFHESSTOPPED flag checking in riscvpmustart Since commit 096b52fd2bb4 "perf: RISC-V: throttle perf events" the perfsampleeventtook function was added to report time spent in overflow interrupts. If the...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.7 views

PT-2025-40746

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue in the RISC-V PMU driver. Specifically, the driver doesn't update the PERF HES STOPPED flag after a perf event overflow function call, nor does it...

6.4AI score0.00145EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-13129

Malicious code in bioql PyPI...

5.6AI score0.00168EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2025-12903

Malicious code in bioql PyPI...

5.6AI score0.00181EPSS
SaveExploits0References7
Rows per page
Query Builder