VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 16 hours ago
Reset
More filters (1)
Columns
Oracle product: Oracle Java SE / JavaFX (libxslt)
Overview 6 matches · 4 in RASP scope · 4 protected · 0 KEV · 0 public PoC · 1 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
6matches 4in RASP scope66.7% 4protected66.7% 0KEV0.0% 0public PoC0.0% 1CISA SSVC16.7% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 1 16.7% High 3 50.0% Medium 2 33.3% Low 0 0.0% None 0 0.0% Unknown 0 0.0%
Protected by RASP 1 16.7% Rule in development 0 0.0% Mitigation candidate 0 0.0% No exploit published 0 0.0% No fix identified 0 0.0% Mitigated by environment configuration 3 50.0% Queued for review 0 0.0% Not applicable 1 16.7% Out of RASP scope 1 16.7% Rejected 0 0.0%
blocked by ARMR today 4 66.7% not blocked 2 33.3% not established 0 0.0% unrecorded 0 0.0%
Exploited in the wild 0 0.0% Working exploit published 0 0.0% Proof of concept only 1 16.7% Forecast only 0 0.0% No public exploit 5 83.3%
split by peak 4 / year
Unknown: 0None: 0Low: 0Medium: 2High: 3Critical: 1 Rejected: 0Out of RASP scope: 1Not applicable: 1Queued for review: 0Mitigated by environment configuration: 3No fix identified: 0No exploit published: 0Mitigation candidate: 0Rule in development: 0Protected by RASP: 1 unrecorded: 0not established: 0not blocked: 2blocked by ARMR today: 4 No public exploit: 5Forecast only: 0Proof of concept only: 1Working exploit published: 0Exploited in the wild: 0 2019: 4 CVEs 2020: 0 CVEs 2021: 0 CVEs 2022: 0 CVEs 2023: 0 CVEs 2024: 0 CVEs 2025: 2 CVEs
2019202020212022202320242025
6 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2025-7425 High 2025-07-10 Out of RASP scope Proof of concept only A flaw was found in libxslt where the attribute type, atype, flags are modified in a way that corrupts internal memory management. When XSLT functions, such as the key() process, result in tree fragments, this corruption prevents the proper cleanup of ID attributes. As a result, the system may access freed memory, causing crashes or enabling attackers to trigger heap corruption.
CVE-2025-24855 High 2025-03-14 Not applicable No public exploit numbers.c in libxslt before 1.1.43 has a use-after-free because, in nested XPath evaluations, an XPath context node can be modified but never restored. This is related to xsltNumberFormatGetValue, xsltEvalXPathPredicate, xsltEvalXPathStringNs, and xsltComputeSortResultInternal.
CVE-2019-18197 High 2019-10-18 Mitigated by environment configuration No public exploit In xsltCopyText in transform.c in libxslt 1.1.33, a pointer variable isn't reset under certain circumstances. If the relevant memory area happened to be freed and reused in a certain way, a bounds check could fail and memory outside a buffer could be written to, or uninitialized data could be disclosed.
CVE-2019-13118 Medium 2019-07-01 Mitigated by environment configuration No public exploit In numbers.c in libxslt 1.1.33, a type holding grouping characters of an xsl:number instruction was too narrow and an invalid character/length combination could be passed to xsltNumberFormatDecimal, leading to a read of uninitialized stack data.
CVE-2019-13117 Medium 2019-07-01 Mitigated by environment configuration No public exploit In numbers.c in libxslt 1.1.33, an xsl:number with certain format strings could lead to a uninitialized read in xsltNumberFormatInsertNumbers. This could allow an attacker to discern whether a byte on the stack contains the characters A, a, I, i, or 0, or any other character.
CVE-2019-11068 Critical 2019-04-10 Protected by RASP No public exploit libxslt through 1.1.33 allows bypass of a protection mechanism because callers of xsltCheckRead and xsltCheckWrite permit access even upon receiving a -1 error code. xsltCheckRead can return -1 for a crafted URL that is not actually invalid and is subsequently loaded.