Friday, April 11, 2025
HomeCVE/vulnerabilitypac4j Java Framework Vulnerable to RCE Attacks

pac4j Java Framework Vulnerable to RCE Attacks

Published on

SIEM as a Service

Follow Us on Google News

A critical security vulnerability has been discovered in the popular Java framework pac4j. The vulnerability specifically affects versions before 4.0 of the pac4j-core module.

This vulnerability, identified as CVE-2023-25581, exposes systems to potential remote code execution (RCE) attacks due to a flaw in the deserialization process.

Vulnerability Details – CVE-2023-25581

The issue stems from a Java deserialization vulnerability in the InternalAttributeHandler class of pac4j-core.

- Advertisement - Google News

The method restores within this class handles various data types, including strings, booleans, integers, and more.

Analyse Any Suspicious Links Using ANY.RUN’s New Safe Browsing Tool: Try for Free

However, it also processes serialized Java objects prefixed with {#sb64} and encoded in Base64.

public Object restore(final Object value) {
    if (value != null && value instanceof String) {
        final String sValue = (String) value;
        if (sValue.startsWith(PREFIX)) {
            // Handling different prefixes
            // …
            else if (sValue.startsWith(PREFIX_SB64)) {
                return serializationHelper.unserializeFromBase64(sValue.substring(PREFIX_SB64.length()));
            }
        }
    }
    return value;
}

The vulnerability arises because the restore method does not adequately verify whether a string attribute already contains the {#sb64} prefix.

This oversight allows an attacker to craft a malicious attribute that triggers the deserialization of an arbitrary Java class, potentially leading to RCE.

Coordinated Disclosure Timeline

  • 2023-02-02: The vulnerability was reported to the pac4j security team.
  • 2023-02-14: The development team acknowledged the report and issued a fix with the release of version 4.0.

Impact and Mitigation

According to a GitHub report, If exploited, this vulnerability could allow attackers to execute arbitrary code on affected systems.

While a RestrictedObjectInputStream is in place to limit deserialization to certain classes, it still permits a wide range of Java packages, making it potentially exploitable with various gadget chains. 

To mitigate this risk, users are strongly advised to upgrade to pac4j-core version 4.0 or later, where this vulnerability has been addressed.

For more information on insecure deserialization and potential exploit techniques, refer to resources like the Ysoserial project.

Users are encouraged to review their systems for potential exposure and promptly apply necessary updates. 

This discovery underscores the importance of secure coding practices and thoroughly validating user-controlled data in software development.

How to Choose an ultimate Managed SIEM solution for Your Security Team -> Download Free Guide(PDF)

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Latest articles

CISA Issues 10 ICS Advisories Addressing Critical Vulnerabilities and Exploits

The Cybersecurity and Infrastructure Security Agency (CISA) has issued ten new Industrial Control Systems...

Sensata Technologies Breached: Ransomware Attack Key Systems

Sensata Technologies Holding PLC, a global leader in sensor solutions and electrical protection, is...

TROX Stealer Harvests Sensitive Data Including Stored Credit Cards and Browser Credentials

Cybersecurity experts at Sublime have uncovered a complex malware campaign revolving around TROX Stealer,...

Chinese eCrime Group Targets Users in 120+ Countries to Steal Banking Credentials

Smishing Triad, a Chinese eCrime group, has launched an extensive operation targeting users across...

Resilience at Scale

Why Application Security is Non-Negotiable

The resilience of your digital infrastructure directly impacts your ability to scale. And yet, application security remains a critical weak link for most organizations.

Application Security is no longer just a defensive play—it’s the cornerstone of cyber resilience and sustainable growth. In this webinar, Karthik Krishnamoorthy (CTO of Indusface) and Phani Deepak Akella (VP of Marketing – Indusface), will share how AI-powered application security can help organizations build resilience by

Discussion points


Protecting at internet scale using AI and behavioral-based DDoS & bot mitigation.
Autonomously discovering external assets and remediating vulnerabilities within 72 hours, enabling secure, confident scaling.
Ensuring 100% application availability through platforms architected for failure resilience.
Eliminating silos with real-time correlation between attack surface and active threats for rapid, accurate mitigation

More like this

CISA Issues 10 ICS Advisories Addressing Critical Vulnerabilities and Exploits

The Cybersecurity and Infrastructure Security Agency (CISA) has issued ten new Industrial Control Systems...

Sensata Technologies Breached: Ransomware Attack Key Systems

Sensata Technologies Holding PLC, a global leader in sensor solutions and electrical protection, is...

TROX Stealer Harvests Sensitive Data Including Stored Credit Cards and Browser Credentials

Cybersecurity experts at Sublime have uncovered a complex malware campaign revolving around TROX Stealer,...