Answer in brief
CVE-2022-3143 records a High severity (CVSS 7.4) vulnerability in Wildfly-elytron possibly vulnerable to timing attacks via use of unsafe comparator. The current sources do not mark it as known exploited. The current feed maps org.wildfly.security:wildfly-elytron (maven), org.wildfly.security:wildfly-elytron (maven). 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 7.4. 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 org.wildfly.security:wildfly-elytron (maven), org.wildfly.security:wildfly-elytron (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.wildfly.security:wildfly-elytronmaven | >=0 <1.15.15.Final | 1.15.15.Final |
| org.wildfly.security:wildfly-elytronmaven | >=1.16.0.CR1 <1.20.3.Final | 1.20.3.Final |
Published upstream
Jan 13, 2023
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
wildfly-elytron: possible timing attacks via use of unsafe comparator. A flaw was found in Wildfly-elytron. Wildfly-elytron uses `java.util.Arrays.equals` in several places, which is unsafe and vulnerable to timing attacks. To compare values securely, use `java.security.MessageDigest.isEqual` instead. This flaw allows an attacker to access secure information or impersonate an authed user.
Quoted source text, attributed separately from HOL analysis.