mirror of
https://github.com/0x5t4l1n/CVE.git
synced 2026-05-26 19:26:32 +00:00
fix alignment in CVE-2026-29905.md and add README
Agent-Logs-Url: https://github.com/Stalin-143/CVE/sessions/c2981e51-6b77-4771-a513-61ac44c2453f Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
63202458e4
commit
0a1f3729e0
+6
-5
@@ -1,4 +1,5 @@
|
||||

|
||||
|
||||
# CVE-2026-29905 — Kirby CMS Persistent DoS via Malformed Image Upload
|
||||
|
||||
> CVE-2026-29905 has been officially published by MITRE.
|
||||
@@ -7,10 +8,10 @@
|
||||
|
||||
A authenticated user with **Editor** permissions can upload a malformed file with an image extension to cause a persistent Denial of Service in Kirby CMS.
|
||||
|
||||
**CVE ID:** CVE-2026-29905
|
||||
**Affected Version:** Kirby CMS ≤ 5.1.4
|
||||
**Fixed In:** Kirby CMS 5.2.0-rc.1
|
||||
**Severity:** Medium
|
||||
**CVE ID:** CVE-2026-29905
|
||||
**Affected Version:** Kirby CMS ≤ 5.1.4
|
||||
**Fixed In:** Kirby CMS 5.2.0-rc.1
|
||||
**Severity:** Medium
|
||||
**CWE:** CWE-252 (Unchecked Return Value), CWE-20 (Improper Input Validation)
|
||||
|
||||
---
|
||||
@@ -36,7 +37,7 @@ Patched in [Kirby CMS 5.2.0-rc.1](https://github.com/getkirby/kirby/releases/tag
|
||||
|
||||
---
|
||||
|
||||
# References
|
||||
## References
|
||||
|
||||
- [CVE-2026-29905 on cve.org](https://www.cve.org/CVERecord?id=CVE-2026-29905)
|
||||
- [CVE-2026-29905 on NVD](https://nvd.nist.gov/vuln/detail/CVE-2026-29905)
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# CVE Research
|
||||
|
||||
A collection of CVE disclosures by **Stalin S**.
|
||||
|
||||
| CVE | Description | Severity |
|
||||
|-----|-------------|----------|
|
||||
| [CVE-2026-29905](CVE-2026-29905.md) | Kirby CMS — Persistent DoS via Malformed Image Upload | Medium |
|
||||
| [CVE-2026-41037](CVE-2026-41037.md) | Quantum Networks Router — Missing Rate Limiting | High |
|
||||
| [CVE-2026-41039](CVE-2026-41039.md) | Quantum Networks Router — Information Disclosure | High |
|
||||
Reference in New Issue
Block a user