Lucene search
+L

986 matches found

Nuclei
Nuclei
added 2026/09/21 2:08 a.m.29 views

Emlog 2.1.9 - SQL Injection

emlog v2.1.9 contains a SQL injection caused by unsanitized input in the data backup/restore functionality, allowing attackers to execute arbitrary SQL commands through crafted backup files. id: CVE-2023-39121 info: name: Emlog 2.1.9 - SQL Injection author: wjch611 severity: high description: |...

7.2CVSS7.5AI score0.02513EPSS
SaveExploits1References2
Nuclei
Nuclei
added 2026/09/21 2:08 a.m.73 views

Emlog Pro v2.1.14 - Cross-Site Scripting

Cross Site Scripting XSS vulnerability in Emlog Pro v2.1.14 via /admin/store.php. id: CVE-2023-41621 info: name: Emlog Pro v2.1.14 - Cross-Site Scripting author: ritikchaddha severity: medium description: | Cross Site Scripting XSS vulnerability in Emlog Pro v2.1.14 via /admin/store.php. impact: ...

6.1CVSS6.3AI score0.01146EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/20 10:41 a.m.9 views

CVE-2026-73847-emlog-PoC

CVE-2026-73847 — emlog AI 助手 CSRF → SQL 执行 → 管理员接管 关于 emlog pro 的 AI 助手 executetool 端点缺少 CSRF 保护的 PoC,它允许攻击者利用管理员已认证的会话,对站点数据库执行任意 SQL——包括完全接管管理员账户。 | ---|--- CVE| CVE-2026-73847 CNA| GitHub 公告| GHSA-v6wr-4x55-7qp5 CVSS 3.1| 6.8 中危 — AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N CWE| CWE-352 CSRF、CWE-1275...

6.8CVSS5.9AI score0.00197EPSS
SaveExploits1References2
Nuclei
Nuclei
added 2026/09/20 2:05 a.m.87 views

emlog 5.3.1 Path Disclosure

emlog v5.3.1 is susceptible to full path disclosure via t/index.php, which allows an attacker to see the path to the webroot/file. id: CVE-2021-3293 info: name: emlog 5.3.1 Path Disclosure author: h1ei1 severity: medium description: emlog v5.3.1 is susceptible to full path disclosure via...

5.3CVSS5.9AI score0.19901EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/18 6:32 a.m.12 views

CVE-2026-67598

CVE-2026-67598 Emlog Pro — AI アシスタントにおける TLS 証明書検証の無効化 ネットワーク隣接型 MITM → LLM プロバイダー API キーの盗難 & AI レスポンス注入...

9.1CVSS5.8AI score0.00205EPSS
SaveExploits1
NVD
NVD
added 2026/09/04 6:17 p.m.6 views

CVE-2026-73848

Emlog is an open source website building system. In versions 2.6.29 and prior, tag names in emlog are not HTML-encoded when rendered in the article editor. An attacker can create a tag containing ';alertdocument.domain;//. The addslashes function does not escape HTML entities, so ' is stored as-i...

6.9CVSS0.00323EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 6:17 p.m.8 views

CVE-2026-53757

Emlog is an open source website building system. In versions 2.6.29 and prior, the emUnZip function extracts all ZIP entries via ZipArchive::extractTo without validating entry paths for ../ traversal sequences. Only the first entry's subdirectory structure is checked. An attacker can overwrite...

6.9CVSS0.00347EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 6:17 p.m.6 views

CVE-2026-53756

Emlog is an open source website building system. Prior to version 2.6.16, Emlog CMS Pro contains a blind SQL injection in UserModel::getUserDataByLogin. The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie...

4.9CVSS0.00318EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/04 6:17 p.m.6 views

CVE-2026-53758

Emlog is an open source website building system. In versions 2.6.29 and prior, article content is processed by Parsedown without enabling safe mode, which means raw HTML including tags embedded in Markdown is passed through unescaped. The output is rendered with no additional sanitization,...

8.7CVSS0.00258EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 5:47 p.m.39 views

CVE-2026-73848 Emlog: Stored XSS via Tag Name in Article Editor

Emlog is an open source website building system. In versions 2.6.29 and prior, tag names in emlog are not HTML-encoded when rendered in the article editor. An attacker can create a tag containing ';alertdocument.domain;//. The addslashes function does not escape HTML entities, so ' is stored as-i...

6.9CVSS0.00323EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 5:47 p.m.7 views

CVE-2026-73848 Emlog: Stored XSS via Tag Name in Article Editor

Emlog is an open source website building system. In versions 2.6.29 and prior, tag names in emlog are not HTML-encoded when rendered in the article editor. An attacker can create a tag containing ';alertdocument.domain;//. The addslashes function does not escape HTML entities, so ' is stored as-i...

6.9CVSS6AI score
SaveExploits0References3
CVE
CVE
added 2026/09/04 5:47 p.m.26 views

CVE-2026-73848

Emlog , an open-source website building system, is affected by a stored XSS in versions 2.6.29 and prior . Tag names rendered in the article editor are not HTML-encoded. Because the application uses addslashes() instead of proper HTML entity encoding, a single quote (') stored in a tag name is de...

6.9CVSS5.6AI score0.00323EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 5:47 p.m.10 views

CVE-2026-53757 Emlog: Zip Slip Path Traversal in Plugin/Template ZIP Upload Enables RCE

Emlog is an open source website building system. In versions 2.6.29 and prior, the emUnZip function extracts all ZIP entries via ZipArchive::extractTo without validating entry paths for ../ traversal sequences. Only the first entry's subdirectory structure is checked. An attacker can overwrite...

6.9CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 2026/09/04 5:47 p.m.24 views

CVE-2026-53757

Emlog , an open-source website building system, is affected in versions 2.6.29 and prior by a Zip Slip path traversal in the emUnZip() function. The function extracts all ZIP entries via ZipArchive::extractTo() but validates the ../ traversal sequence only for the first entry's subdirectory , all...

6.9CVSS5.4AI score0.00347EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 5:47 p.m.36 views

CVE-2026-53757 Emlog: Zip Slip Path Traversal in Plugin/Template ZIP Upload Enables RCE

Emlog is an open source website building system. In versions 2.6.29 and prior, the emUnZip function extracts all ZIP entries via ZipArchive::extractTo without validating entry paths for ../ traversal sequences. Only the first entry's subdirectory structure is checked. An attacker can overwrite...

6.9CVSS0.00347EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/04 5:47 p.m.23 views

CVE-2026-53758

Emlog versions 2.6.29 and prior are affected by a stored cross-site scripting (XSS) vulnerability. Article content is processed by the Parsedown Markdown parser without enabling safe mode, allowing raw HTML—including [removed] tags—embedded in Markdown to pass through unescaped and rendered with ...

8.7CVSS5.1AI score0.00258EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 5:47 p.m.35 views

CVE-2026-53758 Emlog: Stored XSS via Parsedown Markdown Processing - Raw HTML Not Sanitized

Emlog is an open source website building system. In versions 2.6.29 and prior, article content is processed by Parsedown without enabling safe mode, which means raw HTML including tags embedded in Markdown is passed through unescaped. The output is rendered with no additional sanitization,...

8.7CVSS0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 5:47 p.m.9 views

CVE-2026-53758 Emlog: Stored XSS via Parsedown Markdown Processing - Raw HTML Not Sanitized

Emlog is an open source website building system. In versions 2.6.29 and prior, article content is processed by Parsedown without enabling safe mode, which means raw HTML including tags embedded in Markdown is passed through unescaped. The output is rendered with no additional sanitization,...

8.7CVSS5.6AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/04 5:46 p.m.35 views

CVE-2026-53756 Emlog Blind SQL Injection via Authentication Cookie

Emlog is an open source website building system. Prior to version 2.6.16, Emlog CMS Pro contains a blind SQL injection in UserModel::getUserDataByLogin. The $account parameter is directly interpolated into SQL queries without any filtering. The vulnerability is reachable through the auth cookie...

4.9CVSS0.00318EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/04 5:46 p.m.17 views

CVE-2026-53756

Emlog CMS Pro, an open-source website building system, contains a blind SQL injection in the User_Model::getUserDataByLogin() method prior to version 2.6.16. The root cause is the $account parameter being directly interpolated into SQL queries without filtering. The vulnerability is reachable via...

4.9CVSS5.6AI score0.00318EPSS
SaveExploits0References3
Rows per page
Query Builder