Lucene search
K

8067 matches found

CVE
CVE
added 2018/11/17 1:0 p.m.89 views

CVE-2018-19274

CVE-2018-19274 affects phpBB < 3.2.4: remote code execution via Phar deserialization when an attacker with founder permissions can access the Admin Control Panel. The issue arises from using an absolute path in a file_exists check, enabling Object Injection. NVD data shows CVSSv3.1 base score ...

7.2CVSS7.2AI score0.05201EPSS
Exploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2018/11/17 12:0 a.m.4 views

PT-2018-14897 · Phpbb Limited · Phpbb

Name of the Vulnerable Software and Affected Versions: phpBB versions prior to 3.2.4 Description: The issue allows for Remote Code Execution through Object Injection by utilizing Phar deserialization. This can be achieved by passing an absolute path to a file exists check. The exploitation of thi...

7.2CVSS7.2AI score0.05201EPSS
Exploits1References16
Prion
Prion
added 2018/11/16 9:29 a.m.22 views

Design/Logic Flaw

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

6.8CVSS9.1AI score0.02211EPSS
Exploits0References6Affected Software4
UbuntuCve
UbuntuCve
added 2018/11/16 9:29 a.m.31 views

CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.8CVSS6.6AI score0.02211EPSS
Exploits0References5
NVD
NVD
added 2018/11/16 9:29 a.m.18 views

CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.8CVSS9.1AI score0.02211EPSS
Exploits0References6
OSV
OSV
added 2018/11/16 9:29 a.m.2 views

DEBIAN-CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.8CVSS7.4AI score0.02211EPSS
Exploits0References1
OSV
OSV
added 2018/11/16 9:29 a.m.32 views

CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.8CVSS8.8AI score
Exploits0References6
CVE
CVE
added 2018/11/16 9:0 a.m.718 views

CVE-2018-19296

PHPMailer (versions before 5.2.27 and 6.x before 6.0.6) is affected by an object injection vulnerability (CVE-2018-19296). The issue stems from how attachments may be processed, enabling an attacker to inject objects via crafted input, potentially leading to code execution. Patches were released ...

8.8CVSS8.6AI score0.02211EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2018/11/16 9:0 a.m.29 views

CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.7AI score0.02211EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2018/11/16 9:0 a.m.57 views

CVE-2018-19296

PHPMailer before 5.2.27 and 6.x before 6.0.6 is vulnerable to an object injection attack...

8.8CVSS6.5AI score0.02211EPSS
Exploits0
FreeBSD
FreeBSD
added 2018/11/16 12:0 a.m.229 views

phpmailer -- Multiple vulnerability

The PHPMailer Team reports: CVE-2018-19296:Fix potential object injection vulnerability...

8.8CVSS6.5AI score0.02211EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2018/11/16 12:0 a.m.10 views

PT-2018-2631 · Php +2 · Phpmailer +2

Name of the Vulnerable Software and Affected Versions: PHPMailer versions prior to 5.2.27 PHPMailer versions 6.x prior to 6.0.6 Description: The issue is related to insufficient input validation in the PHPMailer library, allowing a remote attacker to perform an object injection attack. This could...

9.8CVSS7.1AI score0.99714EPSS
Exploits67References89
WPVulnDB
WPVulnDB
added 2018/11/11 12:0 a.m.7 views

Simple Link Directory < 5.6.0 - Authenticated PHP Object Injection

Due to the OptionTree library...

2.1AI score
Exploits0References1Affected Software1
Patchstack
Patchstack
added 2018/10/29 12:0 a.m.7 views

WordPress WooCommerce plugin <= 3.4.5 - Authenticated Object Injection vulnerability

Authenticated Object Injection vulnerability found by Slavco in WordPress WooCommerce plugin versions = 3.4.5. Solution Update the WordPress WooCommerce plugin to the latest available version at least 3.4.6...

3.8AI score
Exploits0References1Affected Software1
ThreatPost
ThreatPost
added 2018/10/24 8:17 p.m.543 views

Magecart Cybergang Targets 0days in Third-Party Magento Extensions

Criminals behind the Magecart gang have shifted tactics, and are now targeting nearly two dozen unpatched vulnerabilities found in third-party plugins used in the Magento e-commerce platform. Previously, the Magecart cybergang had focused on the core of Magento, using attack strategies such as...

Exploits0References6
ripstech
ripstech
added 2018/10/09 11:27 a.m.16 views

What is PHP Object Injection

PHP Serialization Recap PHP provides a mechanism for storing and loading data with PHP types across multiple HTTP requests. This mechanism boils down to two functions: serialize and unserialize. This may sound complicated but lets look at the following easy example: A PHP object being serialized ...

7.1AI score
Exploits0
Hacker One
Hacker One
added 2018/09/28 2:52 p.m.78 views

h1-5411-CTF: Remote Command Execution in a internal server to get the flag file

Summary: After source code disclosure using a LFI vulnerability and using PHP object injection with XXE I was able to find an internal service at port 1337. Using the SSRF through XXE I sent a HTTP request to this internal service and discovered a python object injection using status parameter,...

0.6AI score
Exploits0
Hacker One
Hacker One
added 2018/09/28 1:4 a.m.35 views

h1-5411-CTF: RCE via Local File Read -> php unserialization-> XXE -> unpickling

Summary: It was possible to escalate to Remote Code Execution via different bugs such as local file read, php object injection, XML External Entity and Un-Pickling of Python serialized object. Description: Using local file read it was discovered that the php code was vulnerable to php object...

0.8AI score
Exploits0
Hacker One
Hacker One
added 2018/09/27 9:27 a.m.34 views

h1-5411-CTF: Solution for h15411's CTF challenge

Baby steps Earlier today a friend tipped me off about an ongoing CTF challenge that was being run by HackerOne and would get the first ten winners a ticket to participate in h15411, which will be a live-hacking event happening in Buenos Aires. This immediately caught my attention and I decided to...

8.1AI score
Exploits0
Hacker One
Hacker One
added 2018/09/27 8:27 a.m.46 views

h1-5411-CTF: Flag WriteUp

Hello everyone , here is my writeup : Intro First I decoded the QR Code of the tweet , decoding to Here you go: 68747470733a2f2f68312d353431312e68316374662e636f6d . Decoding the hex value we get the challenge URL : https://h1-5411.h1ctf.com Path traversal + local file read On the website I found...

0.3AI score
Exploits0
Rows per page
Query Builder