Lucene search
K

2444 matches found

VulnCheck KEV
VulnCheck KEV
added 2022/07/22 12:0 a.m.0 views

VulnCheck KEV: CVE-2022-31181

PrestaShop is an Open Source e-commerce platform. In versions from 1.6.0.10 and before 1.7.8.7 PrestaShop is subject to an SQL injection vulnerability which can be chained to call PHP's Eval function on attacker input. The problem is fixed in version 1.7.8.7. Users are advised to upgrade. Users...

9.8CVSS7.4AI score0.78272EPSS
Exploits2References1
OSV
OSV
added 2022/07/18 7:15 p.m.0 views

GHSA-29XR-V42J-R956 thenify before 3.3.1 made use of unsafe calls to `eval`.

Versions of thenify prior to 3.3.1 made use of unsafe calls to eval. Untrusted user input could thus lead to arbitrary code execution on the host. The patch in version 3.3.1 removes calls to eval...

9.8CVSS7.7AI score0.01051EPSS
Exploits1References10
Github Security Blog
Github Security Blog
added 2022/07/18 7:15 p.m.37 views

thenify before 3.3.1 made use of unsafe calls to `eval`.

Versions of thenify prior to 3.3.1 made use of unsafe calls to eval. Untrusted user input could thus lead to arbitrary code execution on the host. The patch in version 3.3.1 removes calls to eval...

9.8CVSS9.4AI score0.01051EPSS
Exploits1References10Affected Software2
CNNVD
CNNVD
added 2022/07/11 12:0 a.m.2 views

AutomatedQuizEval 路径遍历漏洞

AutomatedQuizEval, an automated quiz evaluation system from the personal developer Sravani Boinepelli, suffers from a path traversal vulnerability that stems from the failure of Flask's sendfile function to properly filter special elements in resource or file paths, which could be exploited by...

9.3CVSS5.8AI score0.00432EPSS
Exploits1References2
0day.today
0day.today
added 2022/07/01 12:0 a.m.373 views

PHP Library Remote Code Execution Vulnerability

Several PHP compatibility libraries contain a potential remote code execution flaw in their jsondecode function based on having copy pasted existing vulnerable code. Affected components include the WassUp Realtime analytics WordPress plugin, AjaXplorer Core, and more. JAHx221 - RCE in copy/pasted...

0.4AI score
Exploits0
Exploit DB
Exploit DB
added 2022/06/27 12:0 a.m.535 views

WordPress Plugin Weblizar 8.9 - Backdoor

Exploit Title: WordPress Plugin Weblizar 8.9 - Backdoor Google Dork: 'wp-json/am-member/license' Exploit Author: Sobhan Mahmoodi Vendor Homepage: https://weblizar.com/plugins/school-management/ Version: 8.9 Tested on: windows/linux Vulnerable code: addaction 'restapiinit', function...

7.4AI score
Exploits0
0day.today
0day.today
added 2022/06/27 12:0 a.m.332 views

WordPress Weblizar 8.9 Plugin - Backdoor Vulnerability

Exploit Title: WordPress Plugin Weblizar 8.9 - Backdoor Google Dork: 'wp-json/am-member/license' Exploit Author: Sobhan Mahmoodi Vendor Homepage: https://weblizar.com/plugins/school-management/ Version: 8.9 Tested on: windows/linux Vulnerable code: addaction 'restapiinit', function...

0.2AI score
Exploits0
Huntr
Huntr
added 2022/06/06 8:54 p.m.30 views

Stored XSS via Deserialization of Stylesheets

Description Diagram files can contain stylesheets which basically consist of key value pairs that influence the appearance of digram elements. When adding a stylesheet mxStylesheet element it is possible to execute JavaScript code when used in combination with the internal include element. Usuall...

3.5CVSS1.6AI score0.00206EPSS
Exploits1
Huntr
Huntr
added 2022/06/04 11:47 a.m.23 views

Contextual Code Execution

Description The main function uses the eval function which can lead to contextual code execution, allowing an attacker to gain access to a system and execute commands with the privileges of the running program by setting NUITKAPYTHONPATH, NUITKANAMESPACES or NUITKAPTHIMPORTED to a malicious paylo...

7.2CVSS3.6AI score0.00272EPSS
Exploits2References1
Metasploit
Metasploit
added 2022/05/31 5:43 p.m.389 views

MyBB Admin Control Code Injection RCE

This exploit module leverages an improper input validation vulnerability in MyBB prior to 1.8.30 to execute arbitrary code in the context of the user running the application. MyBB Admin Control setting page calls PHP eval function with an unsanitized user input. The exploit adds a new setting,...

7.2CVSS7.7AI score0.82413EPSS
Exploits9
0day.today
0day.today
added 2022/05/31 12:0 a.m.457 views

MyBB (prior 1.8.30) Admin Control Remote Code Execution Exploit

This Metasploit module exploits an improper input validation vulnerability in MyBB versions prior to 1.8.30 to execute arbitrary code in the context of the user running the application. The MyBB Admin Control setting page calls the PHP eval function with unsanitized user input. The exploit adds a...

7.2CVSS0.82413EPSS
Exploits9
OSV
OSV
added 2022/05/24 10:16 p.m.1 views

GHSA-75C9-JRH4-79MC Code injection in `saved_model_cli` in TensorFlow

Impact TensorFlow's savedmodelcli tool is vulnerable to a code injection: savedmodelcli run --inputexprs 'x=print"malicious code to run"' --dir ./ --tagset serve --signaturedef servingdefault This can be used to open a reverse shell savedmodelcli run --inputexprs 'hello=exec"""\nimport...

7.8CVSS7AI score0.001EPSS
Exploits1References10
OSV
OSV
added 2022/05/24 7:19 p.m.16 views

GHSA-XFG5-VRMC-24WC Obsidian Dataview vulnerable to code injection due to unsafe eval

Obsidian Dataview through 0.4.12-hotfix1 allows eval injection. The evalInContext function in executes user input, which allows an attacker to craft malicious Markdown files that will execute arbitrary code once opened. NOTE: 0.4.13 provides a mitigation for some use cases...

7.8CVSS8AI score0.00295EPSS
Exploits1References3
Github Security Blog
Github Security Blog
added 2022/05/24 7:19 p.m.25 views

Obsidian Dataview vulnerable to code injection due to unsafe eval

Obsidian Dataview through 0.4.12-hotfix1 allows eval injection. The evalInContext function in executes user input, which allows an attacker to craft malicious Markdown files that will execute arbitrary code once opened. NOTE: 0.4.13 provides a mitigation for some use cases...

9.3CVSS8AI score0.00295EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2022/05/17 5:20 a.m.5 views

GHSA-FR34-MX6J-VPXH ImpressPages CMS eval injection vulnerability

Eval injection vulnerability in ipcms/modules/standard/contentmanagement/actions.php in ImpressPages CMS 1.0.12 and possibly other versons before 1.0.13 allows remote attackers to execute arbitrary code via the cmgroup parameter...

9.3CVSS7.8AI score0.03472EPSS
Exploits1References7
Github Security Blog
Github Security Blog
added 2022/05/17 5:20 a.m.8 views

ImpressPages CMS eval injection vulnerability

Eval injection vulnerability in ipcms/modules/standard/contentmanagement/actions.php in ImpressPages CMS 1.0.12 and possibly other versons before 1.0.13 allows remote attackers to execute arbitrary code via the cmgroup parameter...

7.5CVSS8.5AI score0.03472EPSS
Exploits1References7Affected Software1
OSV
OSV
added 2022/05/17 3:34 a.m.18 views

GHSA-5C58-W9XC-QCJ9 Symfony Vulnerable to PHP Eval Injection

Applications with ESI support and SSI support as of Symfony 2.6 enabled and using the Symfony built-in reverse proxy the Symfony\Component\HttpKernel\HttpCache class are vulnerable to PHP code injection; a malicious user can inject PHP code that will be executed by the server. HttpCache uses eval...

6.8CVSS6.2AI score0.00543EPSS
Exploits0References10
OSV
OSV
added 2022/05/14 2:39 a.m.37 views

GHSA-V5C9-MMW9-829Q PHPMailer susceptible to arbitrary code execution

html2text.php in Chuggnutt HTML to Text Converter, as used in PHPMailer before 5.2.10, RoundCube Webmail roundcubemail 0.2-1.alpha and 0.2-3.beta, Mahara, and AtMail Open 1.03, allows remote attackers to execute arbitrary code via crafted input that is processed by the pregreplace function with t...

10CVSS7.7AI score0.77692EPSS
Exploits15References13
Github Security Blog
Github Security Blog
added 2022/05/14 2:39 a.m.42 views

PHPMailer susceptible to arbitrary code execution

html2text.php in Chuggnutt HTML to Text Converter, as used in PHPMailer before 5.2.10, RoundCube Webmail roundcubemail 0.2-1.alpha and 0.2-3.beta, Mahara, and AtMail Open 1.03, allows remote attackers to execute arbitrary code via crafted input that is processed by the pregreplace function with t...

10CVSS6.1AI score0.77692EPSS
Exploits15References13Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:18 a.m.33 views

Moodle calculated question type allows remote code execution by Question authors

An issue was discovered in Moodle 3.x. A Teacher creating a Calculated question can intentionally cause remote code execution on the server, aka eval injection...

8.8CVSS7.8AI score0.40785EPSS
Exploits5References5Affected Software1
Rows per page
Query Builder