Lucene search
K

47 matches found

EUVD
EUVD
added 2026/05/29 12:24 p.m.9 views

EUVD-2026-33284

RAGFlow is an open-source RAG Retrieval-Augmented Generation engine. In 0.24.0 and earlier, a Jinja2 template injection in the prompt generator rag/prompts/generator.py allows any authenticated user to execute arbitrary OS commands on the server. Any normal user can register, create a Canvas...

9.9CVSS6.1AI score0.00053EPSS
Exploits0References1
NVD
NVD
added 2026/05/26 6:16 p.m.8 views

CVE-2026-42448

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS0.00037EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/05/26 5:57 p.m.35 views

CVE-2026-42448 wormhole receive, with --output pointing at an existing directory can be path-traversed

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS0.00037EPSS
Exploits0References1
CVE
CVE
added 2026/05/26 5:57 p.m.7 views

CVE-2026-42448

CVE-2026-42448 affects the Python package magic-wormhole . A vulnerability in the receive path occurs when the receiver specifies --output and that target directory already exists, enabling a path traversal. Documentation in multiple sources confirms this flaw and its fix: upgrade to version 0.2...

3.5CVSS5.8AI score0.00037EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/26 5:57 p.m.5 views

CVE-2026-42448

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS5.8AI score0.00037EPSS
Exploits0References2Affected Software1
EUVD
EUVD
added 2026/05/26 5:57 p.m.6 views

EUVD-2026-31947

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS5.8AI score0.00037EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/26 5:57 p.m.5 views

CVE-2026-42448 wormhole receive, with --output pointing at an existing directory can be path-traversed

Magic Wormhole makes it possible to get arbitrary-sized files and directories from one computer to another. Prior to 0.24.0, there is a path traversal when a receiver who specifies "--output " where that output directory currently exists as a directory. This vulnerability is fixed in 0.24.0...

3.5CVSS5.8AI score0.00037EPSS
Exploits0References1
Github Security Blog
Github Security Blog
added 2026/05/06 8:40 p.m.3 views

Magic Wormhole: receive, with --output pointing at an existing directory can be path-traversed

Impact A receiver who specifies "--output " where that output directory currently exists as a directory. Patches 0.24.0 will contain the patch Workarounds Ensure local target directories specified by "--output" do not already exist Resources Private email and Signal communications from a user...

3.5CVSS5.8AI score0.00037EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/06 5:0 p.m.0 views

CVE-2026-28797

RAGFlow is an open-source RAG Retrieval-Augmented Generation engine. In versions 0.24.0 and prior, a Server-Side Template Injection SSTI vulnerability exists in RAGFlow's Agent workflow Text Processing StringTransform and Message components. These components use Python's jinja2.Template unsandbox...

8.8CVSS6.2AI score0.00102EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2026/03/05 1:57 a.m.2 views

CVE-2026-26272

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, a stored cross-site scripting XSS vulnerability exists in the item attachment upload functionality. The application does not properly validate or restrict uploaded file types, allowing an authenticated user to upload...

5.4CVSS5.8AI score0.00041EPSS
Exploits0References1
Snyk
Snyk
added 2026/03/04 3:33 a.m.2 views

Brute Force

Overview Affected versions of this package are vulnerable to Brute Force via the authentication rate limiting process. An attacker can bypass authentication rate limiting by forging the X-Real-IP header, allowing unlimited authentication attempts from a single source. Remediation Upgrade...

9.1CVSS5.8AI score0.00072EPSS
Exploits0References2
Snyk
Snyk
added 2026/03/04 12:27 a.m.3 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the notifier functionality. An attacker can enumerate internal services by supplying arbitrary URLs, causing the application to send HTTP POST requests and observing UI behavior differences based on...

5.3CVSS6AI score0.0004EPSS
Exploits0References2
Snyk
Snyk
added 2026/03/04 12:27 a.m.3 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the notifier functionality. An attacker can enumerate internal services by supplying arbitrary URLs, causing the application to send HTTP POST requests and observing UI behavior differences based on...

5.3CVSS6AI score0.0004EPSS
Exploits0References2
NVD
NVD
added 2026/03/03 11:15 p.m.3 views

CVE-2026-27600

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, the notifier functionality allows authenticated users to specify arbitrary URLs to which the application sends HTTP POST requests. No validation or restriction is applied to the supplied host, IP address, or port. Although...

5CVSS0.0004EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/03/03 10:27 p.m.4 views

CVE-2026-27981 HomeBox has an Auth Rate Limit Bypass via IP Spoofing

HomeBox is a home inventory and organization system. Prior to 0.24.0, the authentication rate limiter authRateLimiter tracks failed attempts per client IP. It determines the client IP by reading, 1. X-Real-IP header, 2. First entry of X-Forwarded-For header, and 3. r.RemoteAddr TCP connection...

7.4CVSS6AI score0.00072EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/03 10:27 p.m.4 views

CVE-2026-27981

HomeBox is a home inventory and organization system. Prior to 0.24.0, the authentication rate limiter authRateLimiter tracks failed attempts per client IP. It determines the client IP by reading, 1. X-Real-IP header, 2. First entry of X-Forwarded-For header, and 3. r.RemoteAddr TCP connection...

7.4CVSS6AI score0.00072EPSS
Exploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/03 10:23 p.m.3 views

CVE-2026-27600

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, the notifier functionality allows authenticated users to specify arbitrary URLs to which the application sends HTTP POST requests. No validation or restriction is applied to the supplied host, IP address, or port. Although...

5CVSS6.1AI score0.0004EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/03 10:20 p.m.3 views

CVE-2026-26272 HomeBox affected by Stored XSS via HTML/SVG Attachment Upload

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, a stored cross-site scripting XSS vulnerability exists in the item attachment upload functionality. The application does not properly validate or restrict uploaded file types, allowing an authenticated user to upload...

4.6CVSS5.8AI score0.00041EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/03/03 10:20 p.m.15 views

CVE-2026-26272 HomeBox affected by Stored XSS via HTML/SVG Attachment Upload

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, a stored cross-site scripting XSS vulnerability exists in the item attachment upload functionality. The application does not properly validate or restrict uploaded file types, allowing an authenticated user to upload...

4.6CVSS0.00041EPSS
Exploits0References2
OSV
OSV
added 2026/03/03 10:20 p.m.3 views

CVE-2026-26272 HomeBox affected by Stored XSS via HTML/SVG Attachment Upload

HomeBox is a home inventory and organization system. Prior to 0.24.0-rc.1, a stored cross-site scripting XSS vulnerability exists in the item attachment upload functionality. The application does not properly validate or restrict uploaded file types, allowing an authenticated user to upload...

4.6CVSS5.8AI score0.00041EPSS
Exploits0References4
Rows per page
Query Builder