CVE-2019-16935

Source
https://cve.org/CVERecord?id=CVE-2019-16935
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-16935.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2019-16935
Aliases
Downstream
Related
Published
2019-09-28T02:15:10.463Z
Modified
2026-03-10T22:25:09.372836Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
[none]
Details

The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the servertitle field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If setserver_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.

References

Affected packages

Git / github.com/python/cpython

Affected ranges

Type
GIT
Repo
https://github.com/python/cpython
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.6.0"
        },
        {
            "fixed": "3.6.10"
        },
        {
            "introduced": "3.7.0"
        },
        {
            "fixed": "3.7.5"
        }
    ]
}

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-16935.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "2.7.0"
            },
            {
                "fixed": "2.7.17"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.0.0"
            },
            {
                "fixed": "3.5.8"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "9.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "12.04"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "14.04"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "16.04"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "18.04"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "19.04"
            }
        ]
    }
]