Lucene search
+L

376 matches found

NVD
NVD
added 2024/04/28 1:15 p.m.24 views

CVE-2022-48644

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc-destroy gets called even if qdisc-init never succeeded, not exclusively since commit 87b60cfacf9f "netsched:...

5.5CVSS7.2AI score0.00232EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/23 9:15 p.m.25 views

CVE-2024-32875

Hugo is a static site generator. Starting in version 0.123.0 and prior to version 0.125.3, title arguments in Markdown for links and images not escaped in internal render hooks. Hugo users who are impacted are those who have these hooks enabled and do not trust their Markdown content files. The...

6.1CVSS6.3AI score0.00537EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:30 p.m.39 views

CVE-2024-26841

A flaw was found in the Linux kernel. This vulnerability specifically affects LoongArch processors. The issue is related to the CPU sibling map, which is not correctly updated when non-boot CPUs are disabled. This issue could lead to errors on Symmetric Multi-Threading SMT systems, such as...

5.8AI score0.00224EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/17 10:10 a.m.102 views

CVE-2024-26841

Exposed CVE-2024-26841 affecting LoongArch Linux kernels: when disabling nonboot CPUs, cpu_sibling_map is not updated, risking negative jump-label counts on SMT systems. A fix defines and calls clear_cpu_sibling_map() to refresh the mapping, mitigating a potential kernel instability (jump_label w...

5.5CVSS6.6AI score0.00224EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.20 views

CVE-2024-26841 LoongArch: Update cpu_sibling_map when disabling nonboot CPUs

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Update cpusiblingmap when disabling nonboot CPUs Update cpusiblingmap when disabling nonboot CPUs by defining & calling clearcpusiblingmap, otherwise we get such errors on SMT systems: jump label: negative count!...

6.9AI score0.00224EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/17 12:00 a.m.9 views

PT-2024-3219 · Tenda · Tenda W15E

Name of the Vulnerable Software and Affected Versions: Tenda W15E version 15.11.0.14 Description: A critical issue has been found in the function formSetPortMapping of the file /goform/SetPortMapping. The manipulation of the arguments portMappingServer, portMappingProtocol, portMappingWan,...

9CVSS8.9AI score0.01684EPSS
SaveExploits1References10
NVD
NVD
added 2024/04/16 12:15 a.m.23 views

CVE-2024-1646

parisneo/lollms-webui is vulnerable to authentication bypass due to insufficient protection over sensitive endpoints. The application checks if the host parameter is not '0.0.0.0' to restrict access, which is inadequate when the application is bound to a specific interface, allowing unauthorized...

8.2CVSS8.3AI score0.00701EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2024/04/04 12:07 a.m.28 views

CVE-2024-26718

In the Linux kernel, the following vulnerability has been resolved: dm-crypt, dm-verity: disable tasklets Tasklets have an inherent problem with memory corruption. The function taskletactioncommon calls tasklettrylock, then it calls the tasklet callback and then it calls taskletunlock. If the...

4.4CVSS7.3AI score0.00233EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/03 5:15 p.m.23 views

CVE-2024-26765

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Disable IRQ before initfn for nonboot CPUs Disable IRQ before initfn for nonboot CPUs when hotplug, in order to silence such warnings and also avoid potential errors due to unexpected interrupts: WARNING: CPU: 1 PID: 0...

5.5CVSS7.6AI score0.00236EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.17 views

CVE-2024-26761 cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window

In the Linux kernel, the following vulnerability has been resolved: cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window The Linux CXL subsystem is built on the assumption that HPA == SPA. That is, the host physical address HPA the HDM decoder registers are programmed wi...

6.5AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/13 6:15 p.m.11 views

CVE-2024-2431

An issue in the Palo Alto Networks GlobalProtect app enables a non-privileged user to disable the GlobalProtect app in configurations that allow a user to disable GlobalProtect with a passcode...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/06 11:05 a.m.57 views

BIT-MOODLE-2022-2986

Enabling and disabling installed H5P libraries did not include the necessary token to prevent a CSRF risk...

8.8CVSS8.5AI score0.00412EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/01 4:07 a.m.13 views

SUSE CVE-2021-47004

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid touching checkpointed data in getvictim In CP disabling mode, there are two issues when using LFS or SSR | ATSSR mode to select victim: 1. LFS is set to find source section during GC, the victim should have no...

7.1CVSS6.5AI score0.00236EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/28 9:15 a.m.38 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid touching checkpointed data in getvictim In CP disabling mode, there are two issues when using LFS or SSR | ATSSR mode to select victim: 1. LFS is set to find source section during GC, the victim should have no...

6.7AI score0.00236EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.12 views

CVE-2021-47004 f2fs: fix to avoid touching checkpointed data in get_victim()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid touching checkpointed data in getvictim In CP disabling mode, there are two issues when using LFS or SSR | ATSSR mode to select victim: 1. LFS is set to find source section during GC, the victim should have no...

7.1CVSS6.7AI score0.00236EPSS
SaveExploits0References4
Atlassian
Atlassian
added 2024/02/27 1:00 p.m.46 views

Login form doesn't get disabled when option is disabled from authentication methods

h3. Issue Summary When we remove the option to authenticate with username and password from the login form we could still use basic authentication to login. This is reproducible on Data Center: Yes h3. Steps to Reproduce Step-1. Remove the option to authenticate with username and password from th...

7.5AI score
SaveExploits0
Prion
Prion
added 2024/02/26 4:27 p.m.13 views

Design/Logic Flaw

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to version 7.0.3, excessive memory use during pgsql parsing could lead to OOM-related crashes. This vulnerability is patched in 7.0.3. As workaround, users can disable the...

5CVSS6.9AI score0.00927EPSS
SaveExploits0References6
CNVD
CNVD
added 2024/02/22 12:00 a.m.41 views

IBM PowerSC Session Fixation Vulnerability (CNVD-2024-09948)

IBM PowerSC is an International Business Machines IBM security and compliance solution for IBM Power Systems servers. A session fixation vulnerability exists in IBM PowerSC, which stems from a failure to disable a session after logging out, and can be exploited by an attacker to impersonate anoth...

8.8CVSS6.6AI score0.00381EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/01/31 7:26 p.m.54 views

CVE-2024-1085

A double-free flaw was found in how the Linux kernel's NetFilter system marks whether a catch-all element is enabled. A local user could use this flaw to crash the system. Mitigation 1. This flaw can be mitigated by preventing the affected netfilter nftables kernel module from being loaded. For...

6.6CVSS7.3AI score0.00284EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2023/10/26 5:35 p.m.100 views

Security Bulletin: IBM DataPower Gateway vulnerable to HTTP/2 "Rapid Reset" Denial of Service (CVE-2023-44487, CVE-2023-39325)

Summary IBM has addressed both CVEs. Vulnerability Details CVEID: CVE-2023-39325 DESCRIPTION: Golang Go is vulnerable to a denial of service, caused by an uncontrolled resource consumption flaw in the net/http and x/net/http2 packages. By sending specially crafted requests using HTTP/2 client, a...

7.5CVSS7.8AI score0.99999EPSS
SaveExploits21Affected Software1
Rows per page
Query Builder