Miggo Logo

CVE-2020-10714: Session Fixation in WildFly Elytron

7.5

CVSS Score
3.1

Basic Information

EPSS Score
0.57862%
Published
2/15/2022
Updated
1/29/2023
KEV Status
No
Technology
TechnologyJava

Technical Details

CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Package NameEcosystemVulnerable VersionsFirst Patched Version
org.wildfly.security:wildfly-elytronmaven<= 1.11.31.11.4

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability stems from improper session management during FORM authentication when session IDs are URL-based. Session fixation occurs because the existing session (potentially provided by an attacker) isn't replaced after authentication. The FormAuthenticationMechanism class is central to FORM authentication handling in WildFly Elytron. The attemptAuthentication method would logically be responsible for session management during authentication. The lack of session invalidation/regeneration in this flow matches the described attack pattern. While no direct code is shown, the CWE-384 classification and mitigation guidance (switching to cookie-based sessions) strongly implicate session management in the FORM authentication handler.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

* *l*w w*s *oun* in Wil**ly *lytron v*rsion *.**.*.*in*l *n* ***or*. W**n usin* Wil**ly *lytron *ORM *ut**nti**tion wit* * s*ssion I* in t** URL, *n *tt**k*r *oul* p*r*orm * s*ssion *ix*tion *tt**k. T** *i***st t*r**t *rom t*is vuln*r**ility is to **

Reasoning

T** vuln*r**ility st*ms *rom improp*r s*ssion m*n***m*nt *urin* *ORM *ut**nti**tion w**n s*ssion I*s *r* URL-**s**. S*ssion *ix*tion o**urs ****us* t** *xistin* s*ssion (pot*nti*lly provi*** *y *n *tt**k*r) isn't r*pl**** **t*r *ut**nti**tion. T** `*