Answer in brief
CVE-2019-1020019 records a Medium severity (CVSS 6.1) vulnerability in Cross-site Scripting in invenio-previewer. The current sources do not mark it as known exploited. The current feed maps invenio-previewer (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps invenio-previewer (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| invenio-previewerpypi | >=0 <1.0.0a12 | 1.0.0a12 |
Published upstream
Jul 16, 2019
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
## Cross-Site Scripting (XSS) vulnerability in JSON, Markdown and iPython Notebook previewers ### Impact Several Cross-Site Scripting (XSS) vulnerabilities have been found in the JSON, Markdown and iPython Notebook previewers. The vulnerabilities would allow a malicous user to upload a JSON, Markdown or Notebook file with embedded scripts that would be executed by a victims browser. ### Patches Invenio-Previewer v1.0.0a12 fixes the issue. ### Workarounds You can remediate the vulnerability without upgrading by disabling the affected previewers. You do this by adding the following to your configuration: ```python PREVIEWER_PREFERENCE = [ 'csv_dthreejs', 'simple_image', # 'json_prismjs', 'xml_prismjs', # 'mistune', 'pdfjs', # 'ipynb', 'zip', ] ``` Afterwards, you should not be able to preview JSON, Markdown or iPython Notebook files. ### For more information If you have any questions or comments about this advisory: * Email us at [[email protected]](mailto:[email protected])
Quoted source text, attributed separately from HOL analysis.