Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in NooTheme Jobica Core jobica-core allows Object Injection.This issue affects Jobica Core: from n/a through <= 1.4.1.
AnalysisAI
A PHP Object Injection vulnerability exists in NooTheme Jobica Core plugin through version 1.4.1, stemming from unsafe deserialization of untrusted data. This affects WordPress installations using the vulnerable Jobica Core plugin, allowing attackers to inject malicious serialized objects that can lead to arbitrary code execution or information disclosure depending on available gadget chains. The vulnerability has been identified by Patchstack but lacks public CVSS scoring and KEV confirmation at this time.
Technical ContextAI
This vulnerability is rooted in CWE-502 (Deserialization of Untrusted Data), a critical class of PHP vulnerabilities where user-controlled input is passed to unserialize() functions without proper validation. The affected product is the NooTheme Jobica Core plugin (CPE: cpe:2.3:a:nootheme:jobica_core:*:*:*:*:*:*:*:*), which appears to be a WordPress plugin for job listings. PHP object injection occurs when an attacker crafts a malicious serialized object string that, upon deserialization, instantiates gadget chain classes leading to method invocations not intended by the developer. This is particularly dangerous in WordPress environments where numerous plugins may provide exploitable gadget chains (e.g., through __wakeup, __destruct, or __toString magic methods) that can be chained together to achieve remote code execution.
RemediationAI
Immediately upgrade NooTheme Jobica Core to a patched version beyond 1.4.1 if available from the vendor; check the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/jobica-core/vulnerability/wordpress-jobica-core-plugin-1-4-1-php-object-injection-vulnerability) for the specific patched version number and download link. If no patch is immediately available, disable or remove the Jobica Core plugin from your WordPress installation until a fix is released. As a temporary mitigation, review and restrict access to any endpoints or functions that accept user input processed through unserialize(), and implement Web Application Firewall (WAF) rules to detect and block known PHP serialization gadget chain patterns. Monitor the Patchstack and NooTheme security channels for patch release notifications.
More in Jobica Core
View allUnauthenticated attackers can bypass authentication controls in NooTheme Jobica Core through an alternate access path, a
A Reflected Cross-Site Scripting (XSS) vulnerability exists in NooTheme Jobica Core plugin through version 1.4.1, allowi
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15596
GHSA-9244-j58g-p3v8