Vulnerability Details : CVE-2023-22464
Potential exploit
ViewVC is a browser interface for CVS and Subversion version control repositories. Versions prior to 1.2.3 and 1.1.30 are vulnerable to cross-site scripting. The impact of this vulnerability is mitigated by the need for an attacker to have commit privileges to a Subversion repository exposed by an otherwise trusted ViewVC instance. The attack vector involves files with unsafe names (names that, when embedded into an HTML stream, would cause the browser to run unwanted code), which themselves can be challenging to create. Users should update to at least version 1.2.3 (if they are using a 1.2.x version of ViewVC) or 1.1.30 (if they are using a 1.1.x version). ViewVC 1.0.x is no longer supported, so users of that release lineage should implement one of the following workarounds. Users can edit their ViewVC EZT view templates to manually HTML-escape changed path "copyfrom paths" during rendering. Locate in your template set's `revision.ezt` file references to those changed paths, and wrap them with `[format "html"]` and `[end]`. For most users, that means that references to `[changes.copy_path]` will become `[format "html"][changes.copy_path][end]`. (This workaround should be reverted after upgrading to a patched version of ViewVC, else "copyfrom path" names will be doubly escaped.)
Vulnerability category: Cross site scripting (XSS)
Products affected by CVE-2023-22464
- cpe:2.3:a:viewvc:viewvc:*:*:*:*:*:*:*:*
- cpe:2.3:a:viewvc:viewvc:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-22464
0.19%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 38 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-22464
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.4
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
2.3
|
2.7
|
NIST | |
5.4
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
2.3
|
2.7
|
GitHub, Inc. |
CWE ids for CVE-2023-22464
-
The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.Assigned by:
- nvd@nist.gov (Primary)
- security-advisories@github.com (Secondary)
-
The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages.Assigned by: security-advisories@github.com (Secondary)
References for CVE-2023-22464
-
https://github.com/viewvc/viewvc/releases/tag/1.2.3
Release ViewVC 1.2.3 · viewvc/viewvc · GitHubRelease Notes;Third Party Advisory
-
https://github.com/viewvc/viewvc/releases/tag/1.1.30
Release ViewVC 1.1.30 · viewvc/viewvc · GitHubRelease Notes;Third Party Advisory
-
https://github.com/viewvc/viewvc/issues/311
XSS in changed paths when reviewing revision · Issue #311 · viewvc/viewvc · GitHubExploit;Issue Tracking;Mitigation;Third Party Advisory
-
https://github.com/viewvc/viewvc/security/advisories/GHSA-jvpj-293q-q53h
XSS vulnerability in revision view changed path "copyfrom" locations · Advisory · viewvc/viewvc · GitHubMitigation;Third Party Advisory
Jump to