Lucene search
+L

160 matches found

EUVD
EUVD
added 2026/09/16 5:31 p.m.13 views

EUVD-2026-80897

Scirius through 3.8.0 contains an arbitrary file write vulnerability in the PCAP filestore upload endpoint that allows default User role users to write attacker-controlled JSON content to filesystem paths. Attackers can supply path traversal sequences in the uploaded document's id field to escape...

8.1CVSS0.00525EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 4:39 a.m.10 views

CVE-2025-64328_FreePBX-framework-Command-Injection

CVE-2025-64328 FreePBX の framework モジュールにおける認証済みコマンドインジェクション CVE-2025-64328 FreePBX の framework モジュールにおける認証済みコマンドインジェクションのシンプルな概念実証リポジトリです。 完全な解説はこちら: https://theyhack.me/CVE-2025-64328-FreePBX-Authenticated-Command-Injection/ curl による概念実証 root@kitploit: $ curl -s \ -XPOST --cookie-jar...

8.6CVSS7.7AI score0.84618EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/12 5:32 p.m.9 views

PoC_CVE-2020-9484

このリポジトリには、CVE-2020-9484 の概念実証エクスプロイトと、この脆弱性があるサンプルWebサーバが含まれています。 この脆弱性が悪用可能となるための前提条件 影響を受けるTomcatのバージョンは以下の通りです: Apache Tomcat 10.x 10.0.0-M5 Apache Tomcat 9.x 9.0.35 Apache Tomcat 8.x 8.5.55 Apache Tomcat 7.x 7.0.104 1. PersistentManager が有効になっており、FileStore を使用していること。 2...

7CVSS7AI score0.56636EPSS
SaveExploits17References1
Kitploit
Kitploit
added 2026/09/12 3:38 p.m.9 views

Spring-Boot-Tomcat-CVE-2025-24813

CVE-2025-24813: Apache 1. 설명 Tomcat은 두 가지 별도의 취약점으로 인해 취약합니다. 첫 번째는 DefaultServlet의 약점으로, 부분 PUTpartial put을 통해 임시 디렉터리에 파일을 쓸 수 있습니다. 참조: https://github.com/apache/tomcat/blob/f2a274bc00cf73670a614999561c69a391b5e35f/java/org/apache/catalina/servlets/DefaultServlet.javaL608 두 번째는 FileStore 클래스로,...

10CVSS8.3AI score0.99927EPSS
SaveExploits51References3
Kitploit
Kitploit
added 2026/09/12 3:10 p.m.8 views

Tomcat-CVE-2025-24813

사용 조건 DefaultServlet 쓰기 기능 활성화: web.xml에서 readonly=false로 설정해야 함 부분 PUT 요청 지원: Tomcat은 기본적으로 블록 업로드를 지원함 파일 세션 지속성 활성화: context.xml에서 PersistentManager와 FileStore를 구성해야 함 역직렬화 익스플로잇 체인 존재: 클래스 경로에 취약한 라이브러리가 포함되어 있어야 함 영향 9.0.0.M1 readonly false 2. conf/context.xml에서 파일 세션 저장을 활성화해야 합니다...

10CVSS8.1AI score0.99927EPSS
SaveExploits51
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.12 views

Astra Linux – Vulnerability in Tomcat9

The fix for the bug CVE-2020-9484 introduced a “time of check, time of use” vulnerability in Apache Tomcat 10.1.0-M1 to 10.1.0-M8, 10.0.0-M5 to 10.0.14, 9.0.35 to 9.0.56, and 8.5.55 to 8.5.73. This vulnerability allowed a local attacker to perform actions with the privileges of the user that the...

7CVSS6.9AI score0.00692EPSS
SaveExploits17References1
NVD
NVD
added 2026/08/21 11:17 a.m.18 views

CVE-2026-77763

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS0.00325EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/21 11:05 a.m.17 views

EUVD-2026-63899

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/21 11:05 a.m.38 views

CVE-2026-77763 JuiceFS Local Filestore Backend Joins Object Keys onto the Storage Root Without a Containment Check, Allowing Writes Outside the Configured Directory

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS0.00325EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/21 11:05 a.m.36 views

CVE-2026-77763

JuiceFS filestore backend (pkg/object/file.go) contains a path traversal vulnerability. The path(key) function joined object keys onto the storage root using filepath.Join or filepath.Clean without verifying the resolved path remained beneath the root. All operations—Put, Get, Head, Delete, Chmod...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/21 11:05 a.m.26 views

CVE-2026-77763 JuiceFS Local Filestore Backend Joins Object Keys onto the Storage Root Without a Containment Check, Allowing Writes Outside the Configured Directory

The filestore backend in pkg/object/file.go, used for file:// stores and as a common juicefs sync destination, derived every operation's target from pathkey, which returned either filepath.Joind.root, key or filepath.Cleand.root + key with no check that the result stayed beneath the root. Put, Ge...

7.1CVSS5.6AI score
SaveExploits0References9
CVE
CVE
added 2026/07/30 9:12 p.m.69 views

CVE-2026-5846

The CVE-2026-5846 entry concerns Watchfire Controller Software, where self-signed hard-coded RSA private keys and X.509 certificates are embedded in plaintext in the firmware patch binaries from Watchfire’s Remote Support filestore. This exposes TLS/HTTPS authentication and encryption for the con...

7.6CVSS5.9AI score0.00163EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/30 9:12 p.m.12 views

CVE-2026-5846

The affected Watchfire Controller Software contains self-signed hard-coded RSA private keys and corresponding X.509 certificates used for authenticating and encrypting HTTPS/TLS connections to the controller's built-in web management interface. These keys are embedded in plaintext within the...

7.6CVSS5.9AI score0.00163EPSS
SaveExploits0References3Affected Software4
NVD
NVD
added 2026/06/12 5:16 p.m.25 views

CVE-2026-6961

Mattermost versions 11.6.x = 11.6.1, 11.5.x = 11.5.4, 10.11.x = 10.11.15, 10.11.x = 10.11.16 Mattermost fails to sanitize FileInfo.Name received from federated peers during shared channel file sync, which allows an attacker who controls a federated server to write files to arbitrary locations...

7.6CVSS0.00305EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/12 3:56 p.m.43 views

CVE-2026-6961 CVE-2026-6961: Path traversal via unsanitized FileInfo.Name in Mattermost federation sync

Mattermost versions 11.6.x = 11.6.1, 11.5.x = 11.5.4, 10.11.x = 10.11.15, 10.11.x = 10.11.16 Mattermost fails to sanitize FileInfo.Name received from federated peers during shared channel file sync, which allows an attacker who controls a federated server to write files to arbitrary locations...

7.6CVSS0.00305EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/06/12 3:56 p.m.31 views

EUVD-2026-36504

Mattermost versions 11.6.x = 11.6.1, 11.5.x = 11.5.4, 10.11.x = 10.11.15, 10.11.x = 10.11.16 Mattermost fails to sanitize FileInfo.Name received from federated peers during shared channel file sync, which allows an attacker who controls a federated server to write files to arbitrary locations...

7.6CVSS5.4AI score0.00305EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/06/12 12:00 a.m.31 views

PT-2026-48939

Name of the Vulnerable Software and Affected Versions Mattermost versions 11.6.0 through 11.6.1 Mattermost versions 11.5.0 through 11.5.4 Mattermost versions 10.11.0 through 10.11.16 Description Insufficient sanitization of the FileInfo.Name variable received from federated peers during shared...

7.6CVSS6AI score0.00305EPSS
SaveExploits0References25
RedhatCVE
RedhatCVE
added 2026/06/05 7:17 p.m.16 views

CVE-2026-6957

Mattermost Plugins versions =1.1.5 fail to sanitize filenames received from federated peers before using them to construct export destination paths, which allows an administrator of a remote federated Mattermost server to write files to arbitrary locations within the target server's filestore via...

8CVSS5.7AI score0.00296EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.28 views

PT-2026-44032

Name of the Vulnerable Software and Affected Versions Mattermost Plugins versions prior to 1.1.6 Description Insufficient sanitization of filenames received from federated peers when constructing export destination paths allows a remote administrator of a federated server to perform a path...

8CVSS6AI score0.00296EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/05/09 12:00 a.m.13 views

Unity Linux 20.1060e / 20.1070e Security Update: tomcat (UTSA-2026-017355)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-017355 advisory. The fix for bug CVE-2020-9484 introduced a time of check, time of use vulnerability into Apache Tomcat 10.1.0-M1 to 10.1.0-M8, 10.0.0-M5 to 10.0.14, 9.0.35 to 9.0.56...

7CVSS5.8AI score0.56636EPSS
SaveExploits17References4
Rows per page
Query Builder