Lucene search
+L

1276 matches found

Nuclei
Nuclei
•added 2026/09/27 2:09 a.m.•102 views

Apache OFBiz - XML External Entity Injection

In Apache OFBiz 16.11.01 to 16.11.04, the OFBiz HTTP engine org.apache.ofbiz.service.engine.HttpEngine.java handles requests for HTTP services via the /webtools/control/httpService endpoint. Both POST and GET requests to the httpService endpoint may contain three parameters: serviceName,...

7.5CVSS7.2AI score0.25743EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/25 6:45 p.m.•8 views

CVE-2024-34102

CVE-2024-34102 CVE-2024-34102 の PoC。Magento / Adobe Commerce における事前認証の XML エンティティインジェクション問題。 概要 この PoC は、最近の Magento / Adobe Commerce CVE-2024-34102 に脆弱なターゲットホストからファイルを読み取ろうとします。この PoC は、このセキュリティアドバイザリと、Assetnote によるこの調査に基づいています。 使い方 この PoC を実行するには、公開されアクセス可能な IP を持つマシンが必要です。 この PoC が行うこと 1...

9.8CVSS8.7AI score0.99994EPSS
SaveExploits26References1
Nuclei
Nuclei
•added 2026/09/25 2:05 a.m.•107 views

Apache Solr <= 7.1 - XML Entity Injection

Apache Solr with Apache Lucene before 7.1 is susceptible to remote code execution by exploiting XXE in conjunction with use of a Config API add-listener command to reach the RunExecutableListener class. Elasticsearch, although it uses Lucene, is NOT vulnerable to this. Note that the XML external...

9.8CVSS8.2AI score0.91896EPSS
SaveExploits12References5
Kitploit
Kitploit
•added 2026/09/24 6:01 p.m.•8 views

CVE-2024-34102

🇮🇱 BringThemHome NeverAgainIsNow 🇮🇱 我们要求安全归还所有被恐怖组织哈马斯劫持为人质的公民。在所有被劫持者获释并安全回家之前,我们不会停歇。你可以帮助他们回家。https://stories.bringthemhomenow.net/ CVE-2024-34102 PoC 🚀 本仓库包含针对 Magento 中严重 XML 实体注入漏洞(CVE-2024-34102)的概念验证(PoC)利用代码。该漏洞允许敏感文件的泄露,进而可被利用来获取对 Magento 管理功能的未授权访问。此利用代码仅用于教育目的,请负责任地使用。 概述 📖 Magento...

9.8CVSS8.9AI score0.99994EPSS
SaveExploits26
NVD
NVD
•added 2026/09/23 10:17 a.m.•10 views

CVE-2026-92001

Improper restriction of recursive entity references in DTDs 'XML entity expansion' vulnerability in Apache Sling XSS. This issue affects Apache Sling XSS: before 2.4.12. Users are recommended to upgrade to version 2.4.12, which fixes the issue...

6.1CVSS0.0017EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/23 9:20 a.m.•40 views

CVE-2026-92001 Apache Sling XSS: Missing parser resource limits

Improper restriction of recursive entity references in DTDs 'XML entity expansion' vulnerability in Apache Sling XSS. This issue affects Apache Sling XSS: before 2.4.12. Users are recommended to upgrade to version 2.4.12, which fixes the issue...

0.0017EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/23 9:20 a.m.•11 views

EUVD-2026-85174

Improper restriction of recursive entity references in DTDs 'XML entity expansion' vulnerability in Apache Sling XSS. This issue affects Apache Sling XSS: before 2.4.12. Users are recommended to upgrade to version 2.4.12, which fixes the issue...

6.1CVSS5.8AI score0.0017EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/23 9:20 a.m.•16 views

CVE-2026-92001

The Apache Sling XSS component is vulnerable to an XML entity expansion attack due to improper restriction of recursive entity references in DTDs. This issue affects versions before 2.4.12 . To remediate the vulnerability, users are recommended to upgrade to version 2.4.12 . No specific exploit i...

6.1CVSS5.8AI score0.0017EPSS
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/22 8:19 p.m.•10 views

CVE-2024-34102

🇮🇱 BringThemHome NeverAgainIsNow 🇮🇱 私たちは、テロ組織ハマスによって人質に取られたすべての市民の安全な帰還を求めます。すべての人質が解放され、無事に帰宅するまで私たちは休みません。あなたも彼らを家に連れ戻す手助けができます。https://stories.bringthemhomenow.net/ CVE-2024-34102 PoC 🚀 このリポジトリには、Magento の重大な XML...

9.8CVSS8.7AI score0.99994EPSS
SaveExploits26
Tenable Nessus
Tenable Nessus
•added 2026/09/22 12:00 a.m.•9 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: libxml2 (UTSA-2025-002241)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-002241 advisory. An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors...

7.8CVSS6.6AI score0.05812EPSS
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/20 1:22 p.m.•12 views

CVE-2025-27136

CVE-2025-27136 XML External Entity(XXE)脆弱性の悪用 XMLペイロードを使用して機密ファイルを取得する(PoC) test.xml root@kitploit: curlを使用して、ローカルマシンからバケットに test.xml をアップロードします。 root@kitploit: curl -X PUT http://127.0.0.1:PORT/TB1 -H "Content-Type: application/xml" -d @test.xml エクスプロイトをトリガーしてファイルを取得する root@kitploit: curl...

6.9CVSS6.1AI score0.00523EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
•added 2026/09/18 8:20 a.m.•8 views

Security Bulletin: IBM App Connect Enterprise is vulnerable to XML Entity Expansion due to Node.js module fast-xml-parser (CVE-2026-73569)

Summary IBM App Connect Enterprise runtime is vulnerable to XML Entity Expansion due to Node.js module fast-xml-parser. Vulnerability Details CVEID:CVE-2026-73569 DESCRIPTION: fast-xml-parser allows users to process XML from JS object without C/C++ based libraries or callbacks. From 5.9.3 until...

8.7CVSS5.9AI score0.00507EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
•added 2026/09/16 8:20 p.m.•46 views

CVE-2026-76446 Cisco Identity Services Engine External Entity Injection Vulnerability

A vulnerability in an API of Cisco ISE and Cisco ISE-PIC could allow an authenticated, remote attacker to read specific files on the underlying operating system of an affected device. This vulnerability is due to improper restriction of XML external entity references. An attacker could exploit th...

4.9CVSS0.00303EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/15 4:17 p.m.•11 views

CVE-2026-54077

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the IMPORT DATABASE statement in engine/src/main/java/com/arcadedb/query/sql/parser/ImportDatabaseStatement.java did not require administrative privileges and passed its source to...

7.1CVSS0.00447EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/15 12:00 a.m.•2 views

CVE-2026-54077: Improper Limitation of a Pathname to a Restricted Directory

ArcadeDB is a Multi-Model DBMS. Prior to 26.6.1, the IMPORT DATABASE statement in engine/src/main/java/com/arcadedb/query/sql/parser/ImportDatabaseStatement.java did not require administrative privileges and passed its source to...

7.1CVSS5.8AI score0.00447EPSS
SaveExploits0References4
NVD
NVD
•added 2026/09/14 9:17 p.m.•10 views

CVE-2026-13107

IBM Business Automation Workflow containers and traditional may use programming model artifacts that are vulnerable to XML Entity Injection attacks by default...

7.1CVSS0.00283EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/14 8:18 p.m.•13 views

EUVD-2026-78082

IBM Business Automation Workflow containers and traditional may use programming model artifacts that are vulnerable to XML Entity Injection attacks by default...

7.1CVSS5.7AI score0.00283EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/14 8:18 p.m.•35 views

CVE-2026-13107

IBM Business Automation Workflow (containers and traditional) versions 24.0.0-IF009, 24.0.1-IF008, 25.0.0-IF005, and 26.0.0-IF001 may use programming model artifacts in Advanced custom applications that are vulnerable to XML External Entity (XXE) injection by default (CWE-611). A remote authentic...

7.1CVSS5.7AI score0.00283EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/14 8:18 p.m.•33 views

CVE-2026-13107 Multiple secuirty vulnerabilies addressed with IBM Business Automation Workflow August 2026

IBM Business Automation Workflow containers and traditional may use programming model artifacts that are vulnerable to XML Entity Injection attacks by default...

7.1CVSS0.00283EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/09/14 8:18 p.m.•12 views

CVE-2026-13107 Multiple secuirty vulnerabilies addressed with IBM Business Automation Workflow August 2026

IBM Business Automation Workflow containers and traditional may use programming model artifacts that are vulnerable to XML Entity Injection attacks by default...

7.1CVSS5.7AI score0.00283EPSS
SaveExploits0References1
Rows per page
Query Builder