From 44b720e848484fe5373fc32cedb3589658fc8f4a Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Wed, 17 Mar 2021 09:15:02 +0000 Subject: [PATCH] Add missing CVE for Subversion RBP --- 2020/17xxx/CVE-2020-17525.json | 86 ++++++++++++++++++++++++++++++---- 1 file changed, 78 insertions(+), 8 deletions(-) diff --git a/2020/17xxx/CVE-2020-17525.json b/2020/17xxx/CVE-2020-17525.json index 33447275913..9e7551a44d3 100644 --- a/2020/17xxx/CVE-2020-17525.json +++ b/2020/17xxx/CVE-2020-17525.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@apache.org", "ID": "CVE-2020-17525", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Remote unauthenticated denial-of-service in Subversion mod_authz_svn" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Apache Subversion", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_name": "mod_authz_svn", + "version_value": "1.14.1" + }, + { + "version_affected": "!", + "version_name": "mod_authz_svn", + "version_value": "1.10.7" + } + ] + } + } + ] + }, + "vendor_name": "Apache Software Foundation" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Thomas Ã…kesson (simonsoft.se)" + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "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" } ] - } -} \ No newline at end of file + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": {}, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-476 NULL Pointer Dereference" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://subversion.apache.org/security/CVE-2020-17525-advisory.txt" + } + ] + }, + "source": { + "discovery": "UNKNOWN" + }, + "work_around": [ + { + "lang": "eng", + "value": "As a workaround, the use of in-repository authz rules files with the AuthzSVNReposRelativeAccessFile can be avoided by switching to an alternative configuration which fetches an authz rules file from the server's filesystem, rather than from an SVN repository." + } + ] +}