Lucene search
+L

13244 matches found

CVE
CVE
added 2021/08/31 12:14 p.m.101 views

CVE-2021-35222

CVE-2021-35222 affects SolarWinds Orion Platform; the vulnerability is described as enabling attackers to impersonate users and perform arbitrary actions resulting in Remote Code Execution (RCE) from the Alerts Settings page. The connected documents corroborate the RCE/Risk association for this C...

9.6CVSS8.8AI score0.02614EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2021/08/31 11:03 a.m.101 views

CVE-2021-35220

SolarWinds Orion Platform 2020.2.0 before 2020.2.6 HF1 is affected by CVE-2021-35220 (EmailWebPage API command injection). An authenticated remote attacker could exploit this via the Alerts Settings page to achieve Remote Code Execution. Remediation: upgrade to 2020.2.6 HF1 or later; apply vendor...

8.1CVSS7.7AI score0.02454EPSS
SaveExploits0References4Affected Software1
Packet Storm
Packet Storm
added 2021/08/31 12:00 a.m.227 views

BSCW Server Remote Code Execution

SEC Consult Vulnerability Lab Security Advisory ======================================================================= title: Authenticated RCE product: BSCW Server vulnerable version: BSCW Server =5.0.11, =5.1.9, =5.2.3, =7.3.2, =7.4.2 fixed version: 5.0.12, 5.1.10, 5.2.4, 7.3.3, 7.4.3 CVE...

0.1AI score0.03679EPSS
SaveExploits3
zdt
zdt
added 2021/08/31 12:00 a.m.295 views

BSCW Server Remote Code Execution Vulnerability

BSCW Server versions 7.4.2 and below, 7.3.2 and below, 5.2.3 and below, 5.1.9 and below, and 5.0.11 and below suffer from an authenticated remote code execution vulnerability. ======================================================================= title: Authenticated RCE product: BSCW Server...

8.8CVSS0.8AI score0.03679EPSS
SaveExploits3
Packet Storm
Packet Storm
added 2021/08/31 12:00 a.m.174 views

Backdoor.Win32.Delf.wr Authentication Bypass / Code Execution

Discovery / credits: Malvuln - malvuln.com c 2021 Original source: https://malvuln.com/advisory/fc74e80ff2f49380972904d77df1c0f1.txt Contact: [email protected] Media: twitter.com/malvuln Threat: Backdoor.Win32.Delf.wr Vulnerability: Authentication Bypass RCE Description: The CrazyInvadres Group...

0.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2021/08/31 12:00 a.m.180 views

Backdoor.Win32.Hupigon.aejq Authentication Bypass / Code Execution

Discovery / credits: Malvuln - malvuln.com c 2021 Original source: https://malvuln.com/advisory/2a366cea300b84b4e6f8204a8c229266.txt Contact: [email protected] Media: twitter.com/malvuln Threat: Backdoor.Win32.Hupigon.aejq Vulnerability: Authentication Bypass RCE Description: The malware runs a...

0.9AI score
SaveExploits0
CVE
CVE
added 2021/08/30 10:12 p.m.50 views

CVE-2020-22848

CVE-2020-22848 affects cscms v4.1, specifically the Playsong.php component. An RCE vulnerability allows an attacker to execute arbitrary commands on affected systems. The connected documents consistently describe remote code execution via Playsong.php but do not provide specific exploit details, ...

9.8CVSS9.8AI score0.02874EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2021/08/30 7:15 p.m.31 views

CVE-2021-33055

Zoho ManageEngine ADSelfService Plus through 6102 allows unauthenticated remote code execution in non-English editions...

10CVSS0.18062EPSS
SaveExploits0References2
NVD
NVD
added 2021/08/30 3:15 p.m.27 views

CVE-2021-24579

The btbbgetgrid AJAX action of the Bold Page Builder WordPress plugin before 3.1.6 passes user input into the unserialize function without any validation or sanitisation, which could lead to a PHP Object Injection. Even though the plugin did not contain a suitable gadget to fully exploit the issu...

8.8CVSS0.08215EPSS
SaveExploits2References1
Prion
Prion
added 2021/08/30 3:15 p.m.26 views

Design/Logic Flaw

The btbbgetgrid AJAX action of the Bold Page Builder WordPress plugin before 3.1.6 passes user input into the unserialize function without any validation or sanitisation, which could lead to a PHP Object Injection. Even though the plugin did not contain a suitable gadget to fully exploit the issu...

6.5CVSS8.7AI score0.08215EPSS
SaveExploits2References1Affected Software1
CVE
CVE
added 2021/08/30 2:11 p.m.75 views

CVE-2021-24579

CVE-2021-24579 affects the Bold Page Builder WordPress plugin (before 3.1.6). The bt_bb_get_grid AJAX action passes user input to unserialize() without validation, enabling PHP Object Injection. Although no gadget was found in the plugin itself to fully exploit, it could enable RCE in some scenar...

8.8CVSS8.8AI score0.08215EPSS
SaveExploits2References1Affected Software1
Cvelist
Cvelist
added 2021/08/30 2:11 p.m.36 views

CVE-2021-24579 Bold Page Builder < 3.1.6 - PHP Object Injection

The btbbgetgrid AJAX action of the Bold Page Builder WordPress plugin before 3.1.6 passes user input into the unserialize function without any validation or sanitisation, which could lead to a PHP Object Injection. Even though the plugin did not contain a suitable gadget to fully exploit the issu...

9AI score0.08215EPSS
SaveExploits2References1
Huntr
Huntr
added 2021/08/30 9:41 a.m.32 views

Prototype Pollution in jonschlinkert/set-value

✍️ Description set-value package is vulnerable to Prototype Pollution. The set function fails to validate which Object properties it updates. This allows attackers to modify the prototype of Object, causing the addition or modification of an existing property on all objects. 🕵️‍♂️ Proof of Concept...

5.8CVSS2AI score0.00697EPSS
SaveExploits0
Huntr
Huntr
added 2021/08/30 8:06 a.m.23 views

Prototype Pollution in vincit/objection.js

✍️ Description objection package is vulnerable to Prototype Pollution. 🕵️‍♂️ Proof of Concept Create the following PoC file: // poc.js var set = require"objection/lib/utils/objectUtils" let obj = console.log"Before: " + .polluted setobj, 'proto', 'polluted', 'Yes! Its Polluted' console.log"After: "...

7.5CVSS1.8AI score0.0147EPSS
SaveExploits1
Huntr
Huntr
added 2021/08/30 5:45 a.m.27 views

Prototype Pollution in immerjs/immer

✍️ Description immer package is vulnerable to Prototype Pollution. 🕵️‍♂️ Proof of Concept Create the following PoC file: // poc.js const immer = require"immer"; immer.enablePatches; let obj = ; const patch = op: 'add', path: "proto","polluted", value: "Yes! Its Polluted"; console.log"Before : " +...

7.5CVSS1.7AI score0.01651EPSS
SaveExploits1
NVD
NVD
added 2021/08/30 5:15 a.m.44 views

CVE-2021-36359

OrbiTeam BSCW Classic before 7.4.3 allows exportpdf authenticated remote code execution RCE via XML tag injection because reportlab\platypus\paraparser.py reached via bscw.cgi op=editfolder.EditFolder calls eval on attacker-supplied Python code. This is fixed in 5.0.12, 5.1.10, 5.2.4, 7.3.3, and...

8.8CVSS0.03975EPSS
SaveExploits3References3
Prion
Prion
added 2021/08/30 5:15 a.m.27 views

Remote code execution

OrbiTeam BSCW Classic before 7.4.3 allows exportpdf authenticated remote code execution RCE via XML tag injection because reportlab\platypus\paraparser.py reached via bscw.cgi op=editfolder.EditFolder calls eval on attacker-supplied Python code. This is fixed in 5.0.12, 5.1.10, 5.2.4, 7.3.3, and...

6.5CVSS8.9AI score0.03975EPSS
SaveExploits3References3Affected Software1
Prion
Prion
added 2021/08/30 5:15 a.m.21 views

Design/Logic Flaw

OrbiTeam BSCW Classic before 7.4.3 allows authenticated remote code execution RCE during archive extraction via attacker-supplied Python code in the class attribute of a .bscw file. This is fixed in 5.0.12, 5.1.10, 5.2.4, 7.3.3, and 7.4.3...

6.5CVSS8.7AI score0.03679EPSS
SaveExploits3References3Affected Software1
CVE
CVE
added 2021/08/30 4:58 a.m.95 views

CVE-2021-39271

CVE-2021-39271 (BSCW Classic / OrbiTeam BSCW Classic) : Authenticated remote code execution is possible during archive extraction via attacker-supplied Python code embedded in the class attribute of a .bscw file. Root cause: execution of Python code during extraction in affected BSCW Classic depl...

8.8CVSS8.7AI score0.03679EPSS
SaveExploits3References3Affected Software1
CVE
CVE
added 2021/08/30 4:42 a.m.85 views

CVE-2021-36359

CVE-2021-36359 affects OrbiTeam BSCW Classic/BSCW Server up to version 7.4.3. The vulnerability is an XML tag injection that leads to authenticated remote code execution when reportlab/platypus/paraparser.py evaluates attacker-supplied Python code via bscw.cgi op=_editfolder.EditFolder. Impact is...

8.8CVSS9AI score0.03975EPSS
SaveExploits3References3Affected Software1
Rows per page
Query Builder