Lucene search
+L

12005 matches found

Cvelist
Cvelist
added 2024/05/21 3:3 p.m.34 views

CVE-2021-47387 cpufreq: schedutil: Use kobject release() method to free sugov_tunables

In the Linux kernel, the following vulnerability has been resolved: cpufreq: schedutil: Use kobject release method to free sugovtunables The struct sugovtunables is protected by the kobject, so we can't free it directly. Otherwise we would get a call trace like this: ODEBUG: free active active...

6.5AI score0.00251EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.34 views

CVE-2021-47362 drm/amd/pm: Update intermediate power state for SI

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Update intermediate power state for SI Update the current state as boot state during dpm initialization. During the subsequent initialization, setpowerstate gets called to transition to the final power state...

6.4AI score0.00239EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:3 p.m.108 views

CVE-2021-47362

CVE-2021-47362 affects the Linux kernel’s drm/amd/pm power management code. The vulnerability occurs during DPM initialization when set_power_state reads values from the current state; if current state is not populated, this can lead to a NULL pointer dereference. The ATCS/ACPI path for PCI speed...

5.5CVSS6.7AI score0.00239EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:3 p.m.18 views

CVE-2021-47362 drm/amd/pm: Update intermediate power state for SI

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Update intermediate power state for SI Update the current state as boot state during dpm initialization. During the subsequent initialization, setpowerstate gets called to transition to the final power state...

6.7AI score0.00239EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/05/20 5:36 p.m.21 views

propel/propel1 SQL injection possible with limit() on MySQL

The limit query method is susceptible to catastrophic SQL injection with MySQL. For example, given a model User for a table users: UserQuery::create-limit'1;DROP TABLE users'-find; This will drop the users table! The cause appears to be a lack of integer casting of the limit input in either...

8.5AI score
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/20 12:0 a.m.11 views

PT-2024-40171 · Propel · Propel

Name of the Vulnerable Software and Affected Versions: Propel versions 1.x through 3.x Description: The limit query method in Propel is susceptible to catastrophic SQL injection when used with MySQL. This occurs due to a lack of integer casting of the limit input in either...

9.8CVSS8AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/05/20 12:0 a.m.5 views

PT-2024-40161 · Propel · Propel

Name of the Vulnerable Software and Affected Versions: Propel versions 1.x through 3.x Description: The issue arises from the limit query method being susceptible to catastrophic SQL injection when using MySQL. This occurs due to a lack of integer casting of the limit input in either...

9.8CVSS8.5AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/05/20 12:0 a.m.6 views

PT-2024-40512 · Unknown · Phpxmlrpc/Extras

Name of the Vulnerable Software and Affected Versions: phpxmlrpc/extras versions prior to 0.6.1 Description: The issue exists within the class documenting xmlrpc server when processing the methodName parameter in GET requests, specifically through the API endpoint, allowing for a Cross-Site...

6.1CVSS6.2AI score
SaveExploits0References5
Zero Day Initiative
Zero Day Initiative
added 2024/05/19 12:0 a.m.42 views

(Pwn2Own) QNAP TS-464 Exposed Dangerous Method Privilege Escalation Vulnerability

This vulnerability allows remote attackers to escalate privileges on affected installations of QNAP TS-464 NAS devices. Authentication is not required to exploit this vulnerability. The specific flaw exists within the privWizard.cgi endpoint. The issue results from an exposed dangerous method. An...

6.5CVSS7.3AI score0.02315EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/18 12:30 a.m.34 views

GHSA-7GGM-4RJG-594W litellm passes untrusted data to `eval` function without sanitization

A remote code execution RCE vulnerability exists in the berriai/litellm project due to improper control of the generation of code when using the eval function unsafely in the litellm.getsecret method. Specifically, when the server utilizes Google KMS, untrusted data is passed to the eval function...

7.2CVSS9.8AI score0.00876EPSS
SaveExploits0References8
Veracode
Veracode
added 2024/05/17 7:38 a.m.25 views

Authentication Bypass

firebase/php-jwt is vulnerable to Authentication Bypass. The vulnerability is due to missing algorithm checks when calling the decode method allowing attackers bypass verification when using asymmetric keys RS256, RS384, RS512, ES256, ES384, ES512 when there is no algorithm specified within the...

7.1AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/16 3:16 p.m.13 views

CVE-2024-34273

njwt up to v0.4.0 was discovered to contain a prototype pollution in the Parser.prototype.parse method...

7.5AI score0.00484EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/05/16 3:16 p.m.31 views

CVE-2024-34273

njwt up to v0.4.0 was discovered to contain a prototype pollution in the Parser.prototype.parse method...

7.2AI score0.00484EPSS
SaveExploits0References1
Veracode
Veracode
added 2024/05/16 8:15 a.m.12 views

Cross Site Scripting(XSS)

codeIgniter/Framework is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to inadequate sanitization in the xssclean method within security.php, which allows an attacker can bypass the intended protection to execute arbitrary JavaScript code in the browser...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/05/16 12:0 a.m.7 views

PT-2024-25776 · Njwt · Njwt

Name of the Vulnerable Software and Affected Versions: njwt versions up to 0.4.0 Description: The issue is related to a prototype pollution in the Parser.prototype.parse method. This method is part of the njwt library, which suggests the pollution occurs during the parsing process, potentially...

8.7CVSS7.1AI score0.00484EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/05/16 12:0 a.m.5 views

njwt 安全漏洞

njwt is the cleanest JSON Web Token JWT library for Node.js developers. A security vulnerability exists in njwt version v0.4.0 and earlier, which stems from the inclusion of a prototype contamination vulnerability found in the Parser.prototype.parse method...

5.9CVSS6.5AI score0.00484EPSS
SaveExploits0References2
RustSec
RustSec
added 2024/05/15 12:0 p.m.7 views

Tor path lengths too short when "full Vanguards" configured

Description When building anonymizing circuits to or from an onion service with full vanguards enabled, the circuit manager code would build the circuits with one hop too few. Impact This makes users of this code more vulnerable to some kinds of traffic analysis when they run or visit onion...

7.3CVSS7.2AI score0.00298EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2024/05/14 3:36 p.m.26 views

CVE-2024-32655

Npgsql is the .NET data provider for PostgreSQL. The WriteBind method in src/Npgsql/Internal/NpgsqlConnector.FrontendMessages.cs uses int variables to store the message length and the sum of parameter lengths. Both variables overflow when the sum of parameter lengths becomes too large. This cause...

8.1CVSS8.3AI score0.01716EPSS
SaveExploits0References15
hivepro
hivepro
added 2024/05/14 10:49 a.m.23 views

LLMjacking: An Attack Method for Stealing Cloud Credentials

...

7.3AI score
SaveExploits0
CNNVD
CNNVD
added 2024/05/14 12:0 a.m.6 views

TOTOLINK CPE CP450 安全漏洞

TOTOLINK CPE CP450 is an outdoor wireless client terminal device from China Gion Electronics TOTOLINK, which is mainly used to provide wireless broadband access services, especially for wireless network coverage in rural or remote areas. A security vulnerability exists in the TOTOLINK CPE CP450...

9.8CVSS7.5AI score0.019EPSS
SaveExploits1References3
Rows per page
Query Builder