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.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://issues.apache.org/jira/browse/SVN-4880 | issue tracking vendor advisory |
https://bz.apache.org/bugzilla/show_bug.cgi?id=65861 | issue tracking vendor advisory |
https://cwiki.apache.org/confluence/display/HTTPD/ModuleLife | vendor advisory |
https://www.debian.org/security/2022/dsa-5119 | third party advisory vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YJPMCWCGWBN3QWCDVILWQWPC75RR67LT/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PZ4ARNGLMGYBKYDX2B7DRBNMF6EH3A6R/ | vendor advisory |
https://support.apple.com/kb/HT213345 | third party advisory |
http://seclists.org/fulldisclosure/2022/Jul/18 | third party advisory mailing list |