Lucene search
+L

14044 matches found

Cvelist
Cvelist
added 2024/11/18 3:53 p.m.33 views

CVE-2020-3548 Cisco Email Security Appliance Denial Of Service Vulnerability

A vulnerability in the Transport Layer Security TLS protocol implementation of Cisco AsyncOS software for Cisco Email Security Appliance ESA could allow an unauthenticated, remote attacker to cause high CPU usage on an affected device, resulting in a denial of service DoS condition. The...

5.3CVSS0.00843EPSS
SaveExploits0References1
Huntr
Huntr
added 2024/11/16 6:58 a.m.9 views

Improper access of prompt data by another user.

Description Another user can able to see the prompts data of a particular users. Proof of Concept let promptid be the prompt id of user 1 visit http://127.0.0.1:8080/prompts/promptid from another users user 2 session user 2 can see the user 1 promptid's data. Previously it was reported by some on...

8.8CVSS6.8AI score0.007EPSS
SaveExploits1
GithubExploit
GithubExploit
added 2024/11/15 10:21 p.m.680 views

Exploit for Improper Input Validation in Saleor

saleor-platform All Saleor services started from a single repo...

5.3CVSS5.8AI score0.00561EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2024/11/15 8:47 p.m.30 views

Regular Expression Denial of Service (ReDoS) in @eslint/plugin-kit

Crafting a very large and well crafted string can increase the CPU usage and crash the program. POC js const ConfigCommentParser = require"@eslint/plugin-kit"; var str = ""; for var i = 0; i 1000000; i++ str += " "; str += "A"; console.log"start" var parser = new ConfigCommentParser;...

8.7CVSS6.7AI score0.00482EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/11/15 8:47 p.m.69 views

GHSA-7Q7G-4XM8-89CQ Regular Expression Denial of Service (ReDoS) in @eslint/plugin-kit

Crafting a very large and well crafted string can increase the CPU usage and crash the program. POC js const ConfigCommentParser = require"@eslint/plugin-kit"; var str = ""; for var i = 0; i 1000000; i++ str += " "; str += "A"; console.log"start" var parser = new ConfigCommentParser;...

3.5CVSS7.3AI score0.00482EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/11/15 12:00 a.m.21 views

PT-2024-15975 · WordPress · Convertcalculator

Name of the Vulnerable Software and Affected Versions: ConvertCalculator for WordPress plugin versions up to, and including, 1.1.1 Description: The issue is related to Stored Cross-Site Scripting via the id and type parameters due to insufficient input sanitization and output escaping. This allow...

6.4CVSS8.1AI score0.00849EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/11/15 12:00 a.m.5 views

Siemens Solid Edge Installed (Windows)

Binary data siemenssolidedgewininstalled.nbin...

7.3AI score
SaveExploits0References1
GithubExploit
GithubExploit
added 2024/11/14 9:43 p.m.583 views

Exploit for Path Traversal in Aiohttp

LFI-aiohttp-CVE-2024-23334-PoC A Bash script to automate Loca...

7.5CVSS7.3AI score0.76875EPSS
SaveExploits18
RedHat Linux
RedHat Linux
added 2024/11/13 4:21 p.m.16 views

apache-commons-io: Possible denial of service attack on untrusted input to XmlStreamReader

A vulnerability was found in the Apache Commons IO component in the org.apache.commons.io.input.XmlStreamReader class. Excessive CPU resource consumption can lead to a denial of service when an untrusted input is processed...

4.3CVSS7AI score0.01241EPSS
SaveExploits0References5
NVD
NVD
added 2024/11/13 4:15 p.m.40 views

CVE-2024-8049

In Progress Telerik Document Processing Libraries, versions prior to 2024 Q4 2024.4.1106, importing a document with unsupported features can lead to excessive processing, leading to excessive use of computing resources leaving the application process unavailable...

6.5CVSS0.0043EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/11/13 3:49 a.m.8 views

SUSE CVE-2024-52532

GNOME libsoup before 3.6.1 has an infinite loop, and memory consumption. during the reading of certain patterns of WebSocket data from clients...

7.5CVSS7AI score0.00926EPSS
SaveExploits0References16
Github Security Blog
Github Security Blog
added 2024/11/12 8:48 p.m.14 views

`fast-float` has multiple soundness issues

fast-float contains multiple soundness issues: 1. Undefined behavior when checking input length, which has been merged but no package pubished. 1. Many functions marked as safe with non-local safety guarantees The library is also unmaintained. Alternatives For quickly parsing floating-point numbe...

7.2AI score
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2024/11/12 10:00 a.m.18 views

Arbitrary Code Execution (ACE)

lilconfig is vulnerable to Arbitrary Code Execution ACE. The vulnerability is due to the insecure usage of eval in the dynamicImport function, which allows an attacker to inject malicious input through the defaultLoaders function and execute arbitrary code...

8.8CVSS7.5AI score0.01121EPSS
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.12 views

kernel: drm/amdkfd: lock dependency warning with srcu

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning with srcu ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-yangp 2289 Not tainted...

5.5CVSS6.8AI score0.00168EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.13 views

kernel: mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-esdhc: Fix refcount leak in esdhcsignalvoltageswitch offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS5.7AI score0.00166EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: tty: pcn_uart: fix memory leak with using debugfs_lookup()

In the Linux kernel, the following vulnerability has been resolved: tty: pcnuart: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead...

5.5CVSS6.8AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: md/md-bitmap: fix incorrect usage for sb_index

A security vulnerability was identified in the Linux kernel's MD Multiple Device subsystem, specifically within the bitmap handling code for clustered environments. The issue arises from incorrect usage of the sbindex field, leading to potential system crashes in clustered configurations...

7.8CVSS7.4AI score0.00228EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files

A buffer overrun flaw exists in the Linux kernel when the strlen function is used on name fields in V1 wmfw files. This issue results in a loss of system availability...

7.3CVSS7.3AI score0.00253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.15 views

kernel: igb: Fix string truncation warnings in igb_set_fw_version

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igbsetfwversion Commit 1978d3ead82c "intel: fix string truncation warnings" fixes '-Wformat-truncation=' warnings in igbmain.c by using kasprintf...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/12 12:15 a.m.5 views

DEBIAN-CVE-2024-11079

A flaw was found in Ansible-Core. This vulnerability allows attackers to bypass unsafe content protections using the hostvars object to reference and execute templated content. This issue can lead to arbitrary code execution if remote data or module outputs are improperly templated within playboo...

5.5CVSS7.4AI score0.00499EPSS
SaveExploits0References1
Rows per page
Query Builder