Cyber Resilience

CVE-2025-4855

Critical

Published: 09 July 2025

Published
09 July 2025
Modified
14 July 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0077 73.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-4855 is a critical-severity Authorization Bypass Through User-Controlled Key (CWE-639) vulnerability in Schiocco Support Board. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 26.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-4855 is a critical vulnerability in the Support Board plugin for WordPress, affecting all versions up to and including 3.8.0. It arises from the use of hardcoded default secrets in the sb_encryption() function, enabling unauthorized access, modification, and deletion of data (CWE-639). Published on 2025-07-09, the flaw carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating severe risk due to its network accessibility, low complexity, and lack of required privileges or user interaction.

Unauthenticated attackers can exploit this vulnerability to bypass authorization and execute arbitrary AJAX actions defined in the sb_ajax_execute() function. This grants access to exploit CVE-2025-4828 unauthenticated, along with various other functions, allowing full compromise of affected data and potentially leading to high confidentiality, integrity, and availability impacts on vulnerable WordPress sites running the plugin.

Mitigation details are available in advisories from Wordfence and on the plugin's CodeCanyon page. Security practitioners should review these references for patch information, as the vulnerability impacts versions up to 3.8.0.

EU & UK References

Vulnerability details

The Support Board plugin for WordPress is vulnerable to unauthorized access/modification/deletion of data due to use of hardcoded default secrets in the sb_encryption() function in all versions up to, and including, 3.8.0. This makes it possible for unauthenticated attackers to…

more

bypass authorization and execute arbitrary AJAX actions defined in the sb_ajax_execute() function. An attacker can use this vulnerability to exploit CVE-2025-4828 and various other functions unauthenticated.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Why these techniques?

Hardcoded secrets enable auth bypass in public-facing WordPress plugin (T1190); root cause is directly unsecured/hardcoded credentials (T1552).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-4828Same product: Schiocco Support Board
CVE-2026-4815Same product: Schiocco Support Board
CVE-2026-40981Shared CWE-639
CVE-2026-28216Shared CWE-639
CVE-2024-50693Shared CWE-639
CVE-2025-69394Shared CWE-639
CVE-2026-41471Shared CWE-639
CVE-2025-58402Shared CWE-639
CVE-2025-68051Shared CWE-639
CVE-2026-4503Shared CWE-639

Affected Assets

schiocco
support board
≤ 3.8.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Remediating the hardcoded default secrets flaw in the Support Board plugin directly prevents unauthenticated attackers from bypassing authorization and executing arbitrary AJAX actions.

detect

Vulnerability monitoring and scanning identifies vulnerable versions of the Support Board plugin affected by CVE-2025-4855, enabling timely patching.

prevent

Prohibits installation of unapproved user-installed software such as vulnerable WordPress plugins, preventing introduction of flaws like hardcoded secrets in Support Board.

References