Lucene search
+L

6383 matches found

NVD
NVD
added 2025/08/28 2:15 p.m.10 views

CVE-2025-51971

A reflected Cross-Site Scripting XSS vulnerability exists in register.php of PuneethReddyHC Online Shopping System Advanced 1.0. Unsanitized user input in the fname parameter is reflected in the server response without proper HTML encoding or output escaping. This allows remote attackers to injec...

5.4CVSS0.00268EPSS
SaveExploits1References1
Packet Storm News
Packet Storm News
added 2025/08/28 12:00 a.m.9 views

Microarchitecture Design and Benchmarking of Custom SHA-3 Instruction for RISC-V

Integrating cryptographic accelerators into modern CPU architectures presents unique microarchitectural challenges, particularly when extending instruction sets with complex and multistage operations. Hardware-assisted cryptographic instructions, such as Intel's AES-NI and ARM's custom instructio...

6.9AI score
SaveExploits0
CVE
CVE
added 2025/08/28 12:00 a.m.28 views

CVE-2025-51971

CVE-2025-51971 affects PuneethReddyHC Online Shopping System Advanced 1.0. A reflected XSS exists in register.php due to unsanitized input in the f_name parameter being reflected in the response, allowing remote JavaScript injection. Impact is reflected, client-side HTML encoding/output escaping ...

5.4CVSS5.5AI score0.00268EPSS
SaveExploits1References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2020-15564

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Xen through 4.13.x, allowing Arm guest OS users to cause a hypervisor crash because of a missing alignment check in...

6.5CVSS6.6AI score0.00398EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/25 12:45 p.m.8 views

SUSE-SU-2025:20579-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_4

This update for kernel-livepatch-MICRO-6-0-RTUpdate4 fixes the following issues: - CVE-2024-56664: bpf, sockmap: fix race between element replace and close bsc1235250 - CVE-2025-37752: netsched: schsfq: move the limit validation bsc1245776 - CVE-2025-37797: netsched: hfsc: Fix a UAF vulnerability...

7.8CVSS6.8AI score0.00267EPSS
SaveExploits0References11
SUSE Linux
SUSE Linux
added 2025/08/25 12:45 p.m.2 views

Security update for kernel-livepatch-MICRO-6-0-RT_Update_3

This update for kernel-livepatch-MICRO-6-0-RTUpdate3 fixes the following issues: CVE-2024-56664: bpf, sockmap: fix race between element replace and close bsc1235250 CVE-2025-37752: netsched: schsfq: move the limit validation bsc1245776 CVE-2025-37797: netsched: hfsc: Fix a UAF vulnerability in...

7.8CVSS7.8AI score0.00267EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2025/08/25 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2018-15468

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Xen through 4.11.x. The DEBUGCTL MSR contains several debugging features, some of which virtualise cleanly, but some do not. In...

6CVSS6.7AI score0.00337EPSS
SaveExploits0References2
NVD
NVD
added 2025/08/22 4:15 p.m.6 views

CVE-2025-38653

In the Linux kernel, the following vulnerability has been resolved: proc: use the same treatment to check proclseek as ones for procreaditer et.al Check pde-procops-proclseek directly may cause UAF in rmmod scenario. It's a gap in procregopen after commit 654b33ada4ab"proc: fix UAF in...

7.8CVSS0.00166EPSS
SaveExploits0References7
OSV
OSV
added 2025/08/22 4:15 p.m.1 views

DEBIAN-CVE-2025-38635

In the Linux kernel, the following vulnerability has been resolved: clk: davinci: Add NULL check in davincilpscclkregister devmkasprintf returns NULL when memory allocation fails. Currently, davincilpscclkregister does not check for this case, which results in a NULL pointer dereference. Add NULL...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:00 p.m.9 views

CVE-2025-38654 pinctrl: canaan: k230: Fix order of DT parse and pinctrl register

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

6.5AI score
SaveExploits0References6
CVE
CVE
added 2025/08/22 4:00 p.m.40 views

CVE-2025-38654

CVE-2025-38654 concerns the Linux kernel pinctrl path for canaan k230. The vulnerability arises from the ordering of device-tree parsing and pinctrl registration, where device-tree parsing must complete before devm_pinctrl_register() is called to avoid using uninitialized pin resources. The provi...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/08/22 4:00 p.m.32 views

CVE-2025-38654 pinctrl: canaan: k230: Fix order of DT parse and pinctrl register

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

0.00155EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/08/22 4:00 p.m.65 views

CVE-2025-38654

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devmpinctrlregister to prevent using uninitialized pin resource...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2025/08/22 4:00 p.m.6 views

CVE-2025-38630 fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: fbdev: imxfb: Check fbaddvideomode to prevent null-ptr-deref fbaddvideomode can fail with -ENOMEM when its internal kmalloc cannot allocate a struct fbmodelist. If that happens, the modelist stays empty but the driver continues t...

5.9AI score
SaveExploits0References13
CISA
CISA
added 2025/08/22 12:00 p.m.7 views

CISA Requests Public Comment for Updated Guidance on Software Bill of Materials

CISA released updated guidance for the Minimum Elements for a Software Bill of Materials SBOM for public comment—comment period begins today and concludes on October 3, 2025. These updates build on the 2021 version of the National Telecommunications and Information Administration SBOM Minimum...

7.2AI score
SaveExploits0References2
CNNVD
CNNVD
added 2025/08/22 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from davincilpscclkregister not checking the devmkasprintf return value, which could result in a null pointer...

5.5CVSS8AI score0.0017EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/08/22 12:00 a.m.13 views

PT-2025-34393

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A crash can occur when enabling runtime PM for clock suppliers that also belong to a power domain. This is due to the power domain being cut off after clk register is called, leading t...

8.5CVSS6.2AI score0.07644EPSS
SaveExploits3References535
RedhatCVE
RedhatCVE
added 2025/08/21 7:36 a.m.23 views

CVE-2025-6758

The Real Spaces - WordPress Properties Directory Theme theme for WordPress is vulnerable to privilege escalation via the 'imicagentregister' function in all versions up to, and including, 3.6. This is due to a lack of restriction in the registration role. This makes it possible for unauthenticate...

9.8CVSS7.5AI score0.00377EPSS
SaveExploits3References1
Positive Technologies
Positive Technologies
added 2025/08/21 12:00 a.m.17 views

PT-2025-48477

Name of the Vulnerable Software and Affected Versions Socomec DIRIS Digiware M-70 version 1.6.9 Description A denial of service condition can occur in the Modbus TCP and Modbus RTU over TCP functionality. An attacker can trigger this by sending a sequence of unauthenticated network packets...

7.8CVSS6.8AI score0.00406EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-48753

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: block: fix memory leak in diskregisterindependentaccessranges kobjectinitandadd takes...

5.5CVSS5.2AI score0.00179EPSS
SaveExploits0References2
Rows per page
Query Builder