Lucene search
+L

3253 matches found

OSV
OSV
•added 2025/12/29 6:32 p.m.•13 views

CVE-2025-15200 SohuTV CacheCloud AppClientDataShowController.java doIndex cross site scripting

A vulnerability was detected in SohuTV CacheCloud up to 3.2.0. The affected element is the function getExceptionStatisticsByClient/getCommandStatisticsByClient/doIndex of the file src/main/java/com/sohu/cache/web/controller/AppClientDataShowController.java. The manipulation results in cross site...

4.8CVSS4.4AI score
SaveExploits0References9
Microsoft CVE
Microsoft CVE
•added 2025/12/25 9:04 a.m.•11 views

bpf: Fix invalid prog->stats access when update_effective_progs fails

...

5.5CVSS5.4AI score0.00207EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/12/25 12:54 a.m.•10 views

SUSE CVE-2023-54156

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
•added 2025/12/25 12:23 a.m.•7 views

SUSE CVE-2025-68742

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix invalid prog-stats access when updateeffectiveprogs fails Syzkaller triggers an invalid memory access issue following fault injection in updateeffectiveprogs. The issue can be described as follows: cgroupbpfdetach...

4.1CVSS6.8AI score0.00207EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
•added 2025/12/25 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54156

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats ...

7.8CVSS5.5AI score0.00218EPSS
SaveExploits0References3
EUVD
EUVD
•added 2025/12/24 3:30 p.m.•7 views

EUVD-2025-205220

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix invalid prog-stats access when updateeffectiveprogs fails Syzkaller triggers an invalid memory access issue following fault injection in updateeffectiveprogs. The issue can be described as follows: cgroupbpfdetach...

6.3AI score0.00207EPSS
SaveExploits0References5
EUVD
EUVD
•added 2025/12/24 3:30 p.m.•9 views

EUVD-2023-60289

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

5.9AI score0.00218EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•7 views

CVE-2022-50764

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

5.9AI score0.00259EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•8 views

CVE-2023-54156

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

7.8CVSS5.7AI score0.00218EPSS
SaveExploits0References7
OSV
OSV
•added 2025/12/24 1:16 p.m.•16 views

UBUNTU-CVE-2023-54156

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

7.8CVSS5.9AI score0.00218EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/12/24 1:07 p.m.•40 views

CVE-2023-54156 sfc: fix crash when reading stats while NIC is resetting

In the Linux kernel, the following vulnerability has been resolved: sfc: fix crash when reading stats while NIC is resetting efxnetstats .ndogetstats64 can be called during an ethtool selftest, during which time nicdata-mcstats is NULL as the NIC has been fini'd. In this case do not attempt to...

7.8CVSS0.00218EPSS
SaveExploits0References6
OSV
OSV
•added 2025/12/24 1:05 p.m.•7 views

CVE-2022-50764 ipv6/sit: use DEV_STATS_INC() to avoid data-races

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

6.4AI score
SaveExploits0References7
CVE
CVE
•added 2025/12/24 1:05 p.m.•41 views

CVE-2022-50764

The CVE-2022-50764 entry concerns a Linux kernel issue in ipv6/sit where dev->stats.tx_error data-races occur because sit tunnels are NETIF_F_LLTX and not protected by a spinlock. The root cause is multiple CPUs updating tx_error concurrently, with the fix implemented as DEV_STATS_INC() to avo...

6.1AI score0.00259EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2025/12/24 1:05 p.m.•31 views

CVE-2022-50764 ipv6/sit: use DEV_STATS_INC() to avoid data-races

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEVSTATSINC to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev-stats.txerror concurrently. This is because sit tunnels are NETIFFLLTX, meaning their ndostartxmit is not protected by a...

0.00259EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 12:09 p.m.•8 views

CVE-2025-68742 bpf: Fix invalid prog->stats access when update_effective_progs fails

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix invalid prog-stats access when updateeffectiveprogs fails Syzkaller triggers an invalid memory access issue following fault injection in updateeffectiveprogs. The issue can be described as follows: cgroupbpfdetach...

6.7AI score
SaveExploits0References10
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•13 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 accessing invalid prog-stats when updateeffectiveprogs fails, which could result in invalid memory accesses...

6.2AI score0.00207EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•17 views

PT-2025-53233

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the sfc module where a NULL pointer dereference can occur during an ethtool selftest when reading network interface card NIC statistics...

7.2AI score0.00218EPSS
SaveExploits0
CNNVD
CNNVD
•added 2025/12/24 12:00 a.m.•10 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 a data contention in the sit tunneling network device statistics update...

6.2AI score0.00259EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2025/12/19 12:00 a.m.•7 views

SUSE SLES15: postgresql13 / postgresql13-contrib / postgresql13-devel / etc (SUSE-SU-2025:4486-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:4486-1 advisory. Upgraded to 13.23: - CVE-2025-12817: Fixed missing check for CREATE privileges on the schema in CREATE STATISTICS bsc1253332 -...

5.9CVSS7AI score0.0034EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
•added 2025/12/19 12:00 a.m.•7 views

SUSE SLES15: postgresql15 / postgresql15-contrib / postgresql15-devel / etc (SUSE-SU-2025:4484-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:4484-1 advisory. Upgraded to 15.15: - CVE-2025-12817: Fixed missing check for CREATE privileges on the schema in CREATE STATISTICS...

5.9CVSS7AI score0.0034EPSS
SaveExploits0References7
Rows per page
Query Builder