Lucene search
+L

31307 matches found

Positive Technologies
Positive Technologies
added 2025/03/28 12:00 a.m.8 views

PT-2025-20570

Name of the Vulnerable Software and Affected Versions Tenda FH451 version 1.0.0.9 Description The issue is related to a stack overflow in the P2pListFilter function. Recommendations For Tenda FH451 version 1.0.0.9, consider disabling the P2pListFilter function as a temporary workaround until a...

10CVSS7.1AI score0.00532EPSS
SaveExploits1References8
NVD
NVD
added 2025/03/27 11:15 p.m.26 views

CVE-2025-2886

Missing validation of terminating delegation causes the client to continue searching the defined delegation list, even after searching a terminating delegation. This could cause the client to fetch a target from an incorrect source, altering the target contents. Users should upgrade to tough...

5.7CVSS0.0032EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/27 10:18 p.m.31 views

CVE-2025-2885 Root metadata version not validated in tough

Missing validation of the root metatdata version number could allow an actor to supply an arbitrary version number to the client instead of the intended version in the root metadata file, altering the version fetched by the client. Users should upgrade to tough version 0.20.0 or later and ensure...

5.7CVSS0.0032EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 6:02 p.m.3 views

GHSA-V56R-HWV5-MXG6 Synapse vulnerable to federation denial of service via malformed events

Impact A malicious server can craft events with a depth outside the integer range allowed by Canonical JSON. When such an event is received by Synapse version up to 1.127.0, it prevents it from federating with other servers. The vulnerability has been exploited in the wild. Patches Fixed in Synap...

7.1CVSS6.6AI score0.01181EPSS
SaveExploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.11 views

CVE-2023-52992

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip task with pid=1 in sendsignalcommon The following kernel panic can be triggered when a task with pid=1 attaches a prog that attempts to send killing signal to itself, also see 1 for more details: Kernel panic - not...

5.5CVSS0.00263EPSS
SaveExploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.21 views

CVE-2022-49740

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads This patch fixes slab-out-of-bounds reads in brcmfmac that occur in brcmfconstructchaninfo and brcmfenablebw402g when the count value of channel...

7.1CVSS0.00195EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:43 p.m.134 views

CVE-2023-53018

CVE-2023-53018 affects the Linux kernel Bluetooth stack. If hci_cmd_sync_queue() fails in hci_le_terminate_big() or hci_le_big_terminate(), the memory pointed to by d is not freed, causing a memory leak. A patch adds a release path in the error flow to fix this. Exploitation details are not provi...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/03/27 4:43 p.m.145 views

CVE-2023-53006

The CVE-2023-53006 issue is a Linux kernel CIFS (smbd) reconnect bug. The root cause is an uncleared server->smbd_conn pointer in reconnection logic, which can lead to oops if reconnection occurs after the smbd_connection struct is freed. The connected advisories describe that in smbd_destroy(...

9.8CVSS6.5AI score0.00533EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.11 views

CVE-2023-53004 ovl: fix tmpfile leak

In the Linux kernel, the following vulnerability has been resolved: ovl: fix tmpfile leak Missed an error cleanup...

5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.15 views

CVE-2023-53000 netlink: prevent potential spectre v1 gadgets

In the Linux kernel, the following vulnerability has been resolved: netlink: prevent potential spectre v1 gadgets Most netlink attributes are parsed and validated from nlavalidateparse or validatenla u16 type = nlatypenla; if type == 0 || type maxtype / error or continue / @type is then used as a...

0.00212EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.17 views

CVE-2023-52995

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: Fix instruction simulation of JALR Set kprobe at 'jalr 1140ra' of vfswrite results in the following crash: 32.092235 Unable to handle kernel access to user memory without uaccess routines at virtual address...

5.5CVSS5.2AI score0.00253EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.22 views

CVE-2023-52987 ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-mtrace: prevent underflow in sofipc4prioritymaskdfswrite The "id" comes from the user. Change the type to unsigned to prevent an array underflow...

7.8CVSS0.00251EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/27 4:42 p.m.107 views

CVE-2022-49742

The CVE-2022-49742 issue affects the Linux kernel’s f2fs code. It describes a lock initialization order problem where spin_lock(&sbi->error_lock) is taken before spin_lock_init() is called, flagging a lockdep warning in f2fs_handle_error(). The recommended remediation is to initialize locks (a...

5.5CVSS6.5AI score0.00122EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:42 p.m.51 views

CVE-2022-49740

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads This patch fixes slab-out-of-bounds reads in brcmfmac that occur in brcmfconstructchaninfo and brcmfenablebw402g when the count value of channel...

7.1CVSS5.9AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:42 p.m.13 views

CVE-2022-49740 wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads This patch fixes slab-out-of-bounds reads in brcmfmac that occur in brcmfconstructchaninfo and brcmfenablebw402g when the count value of channel...

7.1CVSS6.1AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/03/27 3:35 p.m.22 views

CVE-2025-30213

Frappe is a full-stack web application framework. Prior to versions 14.91.0 and 15.52.0, a system user was able to create certain documents in a specific way that could lead to remote code execution. Versions 14.9.1 and 15.52.0 contain a patch for the vulnerability. There's no workaround; an...

8.8CVSS7.7AI score0.00709EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/03/27 2:33 p.m.16 views

CVE-2024-55604

Appsmith is a platform to build admin panels, internal tools, and dashboards. Users invited as "App Viewer" should not have access to development information of a workspace. Datasources are such a component in a workspace. Yet, in versions of Appsmith prior to 1.51, app viewers are able to get a...

4.8CVSS6.3AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 1:51 p.m.30 views

CVE-2025-26619 Vega Cross-Site Scripting (XSS) via event filter when not using CSP mode `expressionInterpeter`

Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. In vega 5.30.0 and lower and in vega-functions 5.15.0 and lower , it was possible to call JavaScript functions from the Vega expression language that were not meant to be...

5.3CVSS6.5AI score
SaveExploits0References6
OSV
OSV
added 2025/03/27 7:51 a.m.11 views

BIT-RABBITMQ-2025-30219 RabbitMQ has XSS Vulnerability in an Error Message in Management UI

RabbitMQ is a messaging and streaming broker. Versions prior to 4.0.3 are vulnerable to a sophisticated attack that could modify virtual host name on disk and then make it unrecoverable with other on disk file modifications can lead to arbitrary JavaScript code execution in the browsers of...

6.1CVSS6.2AI score0.00211EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.8 views

PT-2025-13282 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A slab-out-of-bounds read issue has been identified in the Linux kernel, specifically in the brcmfmac module. This issue occurs when the count value of channel specifications provided ...

7.8CVSS7.4AI score0.93838EPSS
SaveExploits14References492
Rows per page
Query Builder