CVE & Exploit Intelligence Database

Updated 2h ago

Search and track vulnerabilities with real-time exploit intelligence. Cross-reference CVEs against public exploits from ExploitDB, Metasploit, GitHub, and Nuclei — with CVSS and EPSS scoring, CISA KEV monitoring, and AI-powered exploit analysis.

337,847 CVEs tracked 53,242 with exploits 4,725 exploited in wild 1,540 CISA KEV 3,918 Nuclei templates 37,802 vendors 42,493 researchers
47 results Clear all
CVE-2024-46901 3.1 LOW EPSS 0.06
Apache Subversion <1.14.4 - Info Disclosure
Insufficient validation of filenames against control characters in Apache Subversion repositories served via mod_dav_svn allows authenticated users with commit access to commit a corrupted revision, leading to disruption for users of the repository. All versions of Subversion up to and including Subversion 1.14.4 are affected if serving repositories via mod_dav_svn. Users are recommended to upgrade to version 1.14.5, which fixes this issue. Repositories served via other access methods are not affected.
CWE-20 Dec 09, 2024
CVE-2024-45720 8.2 HIGH EPSS 0.00
Apache Subversion < 1.14.4 - OS Command Injection
On Windows platforms, a "best fit" character encoding conversion of command line arguments to Subversion's executables (e.g., svn.exe, etc.) may lead to unexpected command line argument interpretation, including argument injection and execution of other programs, if a specially crafted command line argument string is processed. All versions of Subversion up to and including Subversion 1.14.3 are affected on Windows platforms only. Users are recommended to upgrade to version Subversion 1.14.4, which fixes this issue. Subversion is not affected on UNIX-like platforms.
CWE-78 Oct 09, 2024
CVE-2022-24070 7.5 HIGH EPSS 0.01
Subversion mod_dav_svn <1.14.1 - Memory Corruption
Subversion's mod_dav_svn is vulnerable to memory corruption. While looking up path-based authorization rules, mod_dav_svn servers may attempt to use memory which has already been freed. Affected Subversion mod_dav_svn servers 1.10.0 through 1.14.1 (inclusive). Servers that do not use mod_dav_svn are not affected.
CWE-416 Apr 12, 2022
CVE-2021-28544 4.3 MEDIUM EPSS 0.00
Apache Subversion < 1.14.1 - Information Disclosure
Apache Subversion SVN authz protected copyfrom paths regression Subversion servers reveal 'copyfrom' paths that should be hidden according to configured path-based authorization (authz) rules. When a node has been copied from a protected location, users with access to the copy can see the 'copyfrom' path of the original. This also reveals the fact that the node was copied. Only the 'copyfrom' path is revealed; not its contents. Both httpd and svnserve servers are vulnerable.
CWE-200 Apr 12, 2022
CVE-2020-17525 7.5 HIGH EPSS 0.12
Subversion - DoS
Subversion's mod_authz_svn module will crash if the server is using in-repository authz rules with the AuthzSVNReposRelativeAccessFile option and a client sends a request for a non-existing repository URL. This can lead to disruption for users of the service. This issue was fixed in mod_dav_svn+mod_authz_svn servers 1.14.1 and mod_dav_svn+mod_authz_svn servers 1.10.7
CWE-476 Mar 17, 2021
CVE-2019-0203 7.5 HIGH EPSS 0.07
Apache Subversion < 1.9.10 - Improper Exception Handling
In Apache Subversion versions up to and including 1.9.10, 1.10.4, 1.12.0, Subversion's svnserve server process may exit when a client sends certain sequences of protocol commands. This can lead to disruption for users of the server.
CWE-755 Sep 26, 2019
CVE-2018-11782 6.5 MEDIUM EPSS 0.01
Apache Subversion < 1.9.10 - Improper Input Validation
In Apache Subversion versions up to and including 1.9.10, 1.10.4, 1.12.0, Subversion's svnserve server process may exit when a well-formed read-only request produces a particular answer. This can lead to disruption for users of the server.
CWE-20 Sep 26, 2019
CVE-2018-11803 7.5 HIGH EPSS 0.04
Subversion's mod_dav_svn <1.11.0-1.10.3 - Use After Free
Subversion's mod_dav_svn Apache HTTPD module versions 1.11.0 and 1.10.0 to 1.10.3 will crash after dereferencing an uninitialized pointer if the client omits the root path in a recursive directory listing operation.
CWE-824 Feb 05, 2019
CVE-2013-4246 8.8 HIGH EPSS 0.00
Apache Subversion - Improper Access Control
libsvn_fs_fs/fs_fs.c in Apache Subversion 1.8.x before 1.8.2 might allow remote authenticated users with commit access to corrupt FSFS repositories and cause a denial of service or obtain sensitive information by editing packed revision properties.
CWE-284 Oct 30, 2017
CVE-2016-8734 6.5 MEDIUM EPSS 0.13
Apache Subversion <1.8.16, <1.9.4 - DoS
Apache Subversion's mod_dontdothat module and HTTP clients 1.4.0 through 1.8.16, and 1.9.0 through 1.9.4 are vulnerable to a denial-of-service attack caused by exponential XML entity expansion. The attack can cause the targeted process to consume an excessive amount of CPU resources or memory.
CWE-400 Oct 16, 2017
CVE-2017-9800 9.8 CRITICAL EPSS 0.57
Subversion <1.8.19, 1.9.x <1.9.7, 1.10.0.x <=1.10.0-alpha3 - RCE
A maliciously constructed svn+ssh:// URL would cause Subversion clients before 1.8.19, 1.9.x before 1.9.7, and 1.10.0.x through 1.10.0-alpha3 to run an arbitrary shell command. Such a URL could be generated by a malicious server, by a malicious user committing to a honest server (to attack another user of that server's repositories), or by a proxy server. The vulnerability affects all clients, including those that use file://, http://, and plain (untunneled) svn://.
CWE-20 Aug 11, 2017
CVE-2016-2168 6.5 MEDIUM EPSS 0.09
Apache Subversion < 1.8.15 - Denial of Service
The req_check_access function in the mod_authz_svn module in the httpd server in Apache Subversion before 1.8.16 and 1.9.x before 1.9.4 allows remote authenticated users to cause a denial of service (NULL pointer dereference and crash) via a crafted header in a (1) MOVE or (2) COPY request, involving an authorization check.
May 05, 2016
CVE-2016-2167 6.8 MEDIUM EPSS 0.01
Apache Subversion < 1.8.15 - Improper Access Control
The canonicalize_username function in svnserve/cyrus_auth.c in Apache Subversion before 1.8.16 and 1.9.x before 1.9.4, when Cyrus SASL authentication is used, allows remote attackers to authenticate and bypass intended access restrictions via a realm string that is a prefix of an expected repository realm string.
CWE-284 May 05, 2016
CVE-2015-5343 7.6 HIGH EPSS 0.19
Apache Subversion <1.8.15-1.9.3 - DoS
Integer overflow in util.c in mod_dav_svn in Apache Subversion 1.7.x, 1.8.x before 1.8.15, and 1.9.x before 1.9.3 allows remote authenticated users to cause a denial of service (subversion server crash or memory consumption) and possibly execute arbitrary code via a skel-encoded request body, which triggers an out-of-bounds read and heap-based buffer overflow.
CWE-119 Apr 14, 2016
CVE-2015-5259 8.6 HIGH EPSS 0.41
Apache Subversion <1.9.3 - RCE
Integer overflow in the read_string function in libsvn_ra_svn/marshal.c in Apache Subversion 1.9.x before 1.9.3 allows remote attackers to execute arbitrary code via an svn:// protocol string, which triggers a heap-based buffer overflow and an out-of-bounds read.
CWE-119 Jan 08, 2016
CVE-2015-3187 EPSS 0.01
Apache Subversion <1.7.21, <1.8.14 - Info Disclosure
The svn_repos_trace_node_locations function in Apache Subversion before 1.7.21 and 1.8.x before 1.8.14, when path-based authorization is used, allows remote authenticated users to obtain sensitive path information by reading the history of a node that has been moved from a hidden path.
CWE-200 Aug 12, 2015
CVE-2015-3184 EPSS 0.17
Apache Subversion <1.7.21, <1.8.14 - Info Disclosure
mod_authz_svn in Apache Subversion 1.7.x before 1.7.21 and 1.8.x before 1.8.14, when using Apache httpd 2.4.x, does not properly restrict anonymous access, which allows remote anonymous users to read hidden files via the path name.
CWE-200 Aug 12, 2015
CVE-2015-0251 EPSS 0.01
Apache Subversion - Data Authenticity Bypass
The mod_dav_svn server in Subversion 1.5.0 through 1.7.19 and 1.8.0 through 1.8.11 allows remote authenticated users to spoof the svn:author property via a crafted v1 HTTP protocol request sequences.
CWE-345 Apr 08, 2015
CVE-2015-0248 EPSS 0.16
Apache Subversion - Resource Management Error
The (1) mod_dav_svn and (2) svnserve servers in Subversion 1.6.0 through 1.7.19 and 1.8.0 through 1.8.11 allow remote attackers to cause a denial of service (assertion failure and abort) via crafted parameter combinations related to dynamically evaluated revision numbers.
CWE-399 Apr 08, 2015
CVE-2015-0202 EPSS 0.02
Apache Subversion - Resource Management Error
The mod_dav_svn server in Subversion 1.8.0 through 1.8.11 allows remote attackers to cause a denial of service (memory consumption) via a large number of REPORT requests, which trigger the traversal of FSFS repository nodes.
CWE-399 Apr 08, 2015