Lucene search
K

15 matches found

Github Security Blog
Github Security Blog
added 2024/09/17 6:36 p.m.14 views

Kimai has an XXE Leading to Local File Read

Summary Kimai uses PHPSpreadsheet for importing and exporting invoices. Recently, a CVE was identified in PHPSpreadsheet, which could lead to an XXE vulnerability. Details Exploitation requires an Administrator account, allowing the upload of an XLSX template containing the payload. The...

7.2AI score
Exploits0References4Affected Software1
OSV
OSV
added 2024/09/17 6:36 p.m.25 views

GHSA-534C-HCR7-67JG Kimai has an XXE Leading to Local File Read

Summary Kimai uses PHPSpreadsheet for importing and exporting invoices. Recently, a CVE was identified in PHPSpreadsheet, which could lead to an XXE vulnerability. Details Exploitation requires an Administrator account, allowing the upload of an XLSX template containing the payload. The...

8.5CVSS7.2AI score
Exploits0References4
NVD
NVD
added 2020/09/18 4:15 a.m.8 views

CVE-2020-25750

An issue was discovered in DotPlant2 before 2020-09-14. In class Pay2PayPayment in payment/Pay2PayPayment.php, there is an XXE vulnerability in the checkResult function. The user input $POST'xml' is used for simplexmlloadstring without sanitization. NOTE: This vulnerability only affects products...

7.5CVSS0.0036EPSS
Exploits1References1
Prion
Prion
added 2020/09/18 4:15 a.m.10 views

Code injection

An issue was discovered in DotPlant2 before 2020-09-14. In class Pay2PayPayment in payment/Pay2PayPayment.php, there is an XXE vulnerability in the checkResult function. The user input $POST'xml' is used for simplexmlloadstring without sanitization. NOTE: This vulnerability only affects products...

5CVSS7.5AI score0.0036EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2020/09/18 3:25 a.m.9 views

CVE-2020-25750

An issue was discovered in DotPlant2 before 2020-09-14. In class Pay2PayPayment in payment/Pay2PayPayment.php, there is an XXE vulnerability in the checkResult function. The user input $POST'xml' is used for simplexmlloadstring without sanitization. NOTE: This vulnerability only affects products...

7.5AI score0.0036EPSS
Exploits1References1
myhack58
myhack58
added 2019/01/26 12:0 a.m.852 views

PhpSpreadsheet 1.5.0 XXE vulnerability reproduction and analysis-vulnerability warning-the black bar safety net

0x01 introduction PhpSpreadsheet is a very popular pure PHP class library that allows you to easily read and write Excel, LibreOffic Calc and other spreadsheet file formats, is PHPExcel alternative. 2018 11 October 13, PhpSpreadsheet was broke presence of the XXE vulnerability, CVE-2018-19277, in...

6.8CVSS0.1AI score0.02992EPSS
Exploits4
OSV
OSV
added 2018/10/29 12:29 p.m.2 views

CVE-2018-18737

An XXE issue was discovered in Douchat 4.0.4 because Data\notify.php calls simplexmlloadstring. This can also be used for SSRF...

7.5CVSS7.5AI score
Exploits0References1
Prion
Prion
added 2018/10/29 12:29 p.m.7 views

Design/Logic Flaw

An XXE issue was discovered in Douchat 4.0.4 because Data\notify.php calls simplexmlloadstring. This can also be used for SSRF...

5CVSS7.5AI score0.00352EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2018/10/28 3:0 a.m.10 views

CVE-2018-18737

An XXE issue was discovered in Douchat 4.0.4 because Data\notify.php calls simplexmlloadstring. This can also be used for SSRF...

7.5AI score0.00352EPSS
Exploits1References1
OSV
OSV
added 2018/03/13 9:29 p.m.15 views

CVE-2018-1000124

I Librarian I-librarian version 4.8 and earlier contains a XML External Entity XXE vulnerability in line 154 of importmetadata.phpsimplexmlloadstring that can result in an attacker reading the contents of a file and SSRF. This attack appear to be exploitable via posting xml in the Parameter...

10CVSS9.4AI score
Exploits0References1
seebug.org
seebug.org
added 2014/03/18 12:0 a.m.22 views

74cms某功能注入漏洞(有条件)

简要描述: 略鸡肋,分享出来。 详细说明: 最新版v3.4,更新时间20140310 文件/plus/weixin.php responseMsg函数,使用 $postStr = $GLOBALS"HTTPRAWPOSTDATA"; 获得了post数据。所以,可以无视GPC。 获得的数据是XML格式,我们一会发送数据包即可。 继续看该函数: if !empty$postStr $postObj = simplexmlloadstring$postStr, 'SimpleXMLElement', LIBXMLNOCDATA; $fromUsername =...

7AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2012/05/21 12:0 a.m.41 views

phpMyAdmin simplexml_load_string() Function Information Disclosure (PMASA-2011-17)

According to its self-identified version number, the phpMyAdmin install hosted on the remote web server is affected by an information disclosure vulnerability. The vulnerability, which is in the simplexmlloadstring function in the XML import plug-in libraries/import/xml.php in phpMyAdmin 3.3.x...

6.5CVSS7.8AI score0.12434EPSS
Exploits7References2
Cvelist
Cvelist
added 2011/11/17 7:0 p.m.24 views

CVE-2011-4107

The simplexmlloadstring function in the XML import plug-in libraries/import/xml.php in phpMyAdmin 3.4.x before 3.4.7.1 and 3.3.x before 3.3.10.5 allows remote authenticated users to read arbitrary files via XML data containing external entity references, aka an XML external entity XXE injection...

6.3AI score0.12434EPSS
Exploits7References17
seebug.org
seebug.org
added 2011/11/11 12:0 a.m.11 views

phpMyAdmin simplexml_load_string()函数信息泄露漏洞

No description provided by source...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2011/11/04 12:0 a.m.13 views

phpMyAdmin "simplexml_load_string()"函数信息泄露漏洞

BUGTRAQ ID: 50497 phpMyAdmin是一个用PHP编写的,可以通过web方式控制和操作MySQL数据库。 phpMyAdmin在simplexmlloadstring函数的实现上存在信息泄露漏洞,攻击者可利用此漏洞在服务器中读取任意文件。 phpMyAdmin 3.x phpMyAdmin 2.x 厂商补丁: phpMyAdmin ---------- 目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本: http://www.phpmyadmin.net/homepage/security/...

6.9AI score
Exploits0
Rows per page
Query Builder