Lucene search
+L

62 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 6:39 a.m.14 views

CVE-2018-1000650

LibreHealthIO lh-ehr version REL-2.0.0 contains a SQL Injection vulnerability in Show Groups Popup SQL query functions that can result in Ability to perform malicious database queries. This attack appear to be exploitable via User controlled parameters...

8.8CVSS8AI score0.01519EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2024/11/26 11:24 a.m.16 views

CVE-2023-2142 Nunjucks autoescape bypass leads to cross site scripting

In Nunjucks versions prior to version 3.2.4, it was possible to bypass the restrictions which are provided by the autoescape functionality. If there are two user-controlled parameters on the same line used in the views, it was possible to inject cross site scripting payloads using the backslash ...

6.4AI score0.00364EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/04/29 12:00 a.m.14 views

PHP 安全漏洞

PHP is a scripting language in which PHP is executed server-side. A security vulnerability exists in PHP that originates when using the procopen command with array syntax, due to insufficient escaping, which allows a user to supply parameters to execute arbitrary commands in the Windows shell if...

9.4CVSS6.7AI score0.32568EPSS
SaveExploits3References9
OSV
OSV
added 2024/03/06 11:03 a.m.27 views

BIT-PILLOW-2021-34552

Pillow through 8.2.0 and PIL aka Python Imaging Library through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c...

9.8CVSS9.7AI score0.03162EPSS
SaveExploits0References7
OSV
OSV
added 2023/08/30 8:08 p.m.69 views

GHSA-95RP-6GQP-6622 Command Injection Vulnerability in find-exec

Older versions of the package are vulnerable to Command Injection as an attacker controlled parameter. As a result, attackers may run malicious commands. For example: const find = require"find-exec"; find"mplayer; touch hacked" This creates a file named "hacked" on the filesystem. You should neve...

9.8CVSS5.9AI score0.01801EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/05/03 8:16 a.m.52 views

Cross-Site Scripting (XSS)

nunjucks is vulnerable to Cross-Site Scripting XSS. The vulnerability is caused by a bypass of the html autoescape functionality when there are two user controlled parameters on the same line of a template, which allows an attacker to inject and execute arbitrary JavaScript into the browser...

6.1CVSS6.6AI score0.00364EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/04/20 12:00 a.m.10 views

PT-2023-18187 · Nunjucks +1 · Nunjucks +1

Name of the Vulnerable Software and Affected Versions: Nunjucks versions prior to 3.2.4 Description: The issue allows bypassing the restrictions provided by the autoescape functionality in Nunjucks. If two user-controlled parameters are on the same line in the views, it is possible to inject...

6.1CVSS5.3AI score0.00364EPSS
SaveExploits0References19
NVD
NVD
added 2023/01/10 9:15 p.m.21 views

CVE-2022-45166

An issue was discovered in Archibus Web Central 2022.03.01.107. A service exposed by the application accepts a set of user-controlled parameters that are used to act on the data returned to the user. It allows a basic user to access data unrelated to their role...

6.5CVSS6.4AI score0.00481EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/01/10 12:00 a.m.26 views

CVE-2022-45166

An issue was discovered in Archibus Web Central 2022.03.01.107. A service exposed by the application accepts a set of user-controlled parameters that are used to act on the data returned to the user. It allows a basic user to access data unrelated to their role...

6.5CVSS6.6AI score0.00481EPSS
SaveExploits0References2
OSV
OSV
added 2022/07/26 12:01 a.m.53 views

GHSA-PC62-CQ5X-3J5G node-import `params` argument can be controlled by users without any sanitization

This affects all versions of package node-import. The params argument of module function can be controlled by users without any sanitization. This is then provided to the “eval” function located in line 79 in the index file index.js...

9.8CVSS5.8AI score0.01103EPSS
SaveExploits1References4
OSV
OSV
added 2022/06/17 8:15 p.m.11 views

CVE-2022-25871

All versions of package querymen are vulnerable to Prototype Pollution if the parameters of exported function handlertype, name, fn can be controlled by users without any sanitization. Note: This vulnerability derives from an incomplete fix of CVE-2020-7600...

7.5CVSS5.8AI score0.01157EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2022/02/04 10:32 p.m.45 views

CVE-2022-23587

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

9.8CVSS7.2AI score0.00888EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2022/02/04 10:32 p.m.6 views

CVE-2022-23587 Integer overflow in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior...

8.8CVSS9.5AI score0.00888EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2022/02/03 2:27 p.m.55 views

CVE-2022-21741 Division by zero in TFLite

Tensorflow is an Open Source Machine Learning Framework. Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to...

6.5CVSS6.6AI score0.00821EPSS
SaveExploits1References3
Prion
Prion
added 2021/10/05 10:15 p.m.33 views

Buffer overflow

User controlled parameters related to SMTP notifications are not correctly validated. This can lead to a buffer overflow resulting in crashes and data leakage...

4CVSS6.8AI score0.00805EPSS
SaveExploits0References1Affected Software4
OSV
OSV
added 2021/07/13 5:15 p.m.3 views

DEBIAN-CVE-2021-34552

Pillow through 8.2.0 and PIL aka Python Imaging Library through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c...

9.8CVSS7.3AI score0.03162EPSS
SaveExploits0References1
PyPA
PyPA
added 2021/07/13 5:15 p.m.8 views

PYSEC-2021-331

Pillow through 8.2.0 and PIL aka Python Imaging Library through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c...

9.8CVSS7.4AI score0.03162EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2021/07/13 5:15 p.m.7 views

UBUNTU-CVE-2021-34552

Pillow through 8.2.0 and PIL aka Python Imaging Library through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c...

9.8CVSS7.1AI score0.03162EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2021/07/13 5:15 p.m.39 views

CVE-2021-34552

Pillow through 8.2.0 and PIL aka Python Imaging Library through 1.1.7 allow an attacker to pass controlled parameters directly into a convert function to trigger a buffer overflow in Convert.c...

9.8CVSS7.1AI score0.03162EPSS
SaveExploits0References5
OSV
OSV
added 2021/04/22 11:01 p.m.9 views

USN-4925-1 shibboleth-sp vulnerability

Toni Huttunen and Fraktal Oy discovered that the Shibboleth Service provider allowed content injection due to allowing attacker-controlled parameters in error or other status pages. An attacker could use this to inject malicious content...

5.3CVSS6AI score0.01305EPSS
SaveExploits0References2
Rows per page
Query Builder