LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4364: JobSearch WP Job Board < = 1.8.1 - Missing Authorization on jobsearch_update_job_import_schedule_call() function

The JobSearch WP Job Board plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the jobsearch_add_job_import_schedule_call() function in versions up to, and including, 1.8.1. This makes it possible for authenticated attackers to add and/or modify schedule calls.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-4364 affects the JobSearch WP Job Board WordPress plugin up to version 1.8.1. An authenticated user could add or modify job import schedule calls because the plugin did not properly check authorization. The documented impact is limited to integrity, not data theft or site takeover.

Executive priority

Treat this as a moderate-priority WordPress plugin issue. It should be remediated during normal vulnerability maintenance, faster where public registration, many user accounts, or business-critical job imports are present.

Technical view

The issue is a missing capability check in a JobSearch WP Job Board job import scheduling function. Sources name jobsearch_add_job_import_schedule_call(), while the title references jobsearch_update_job_import_schedule_call(). The vulnerability is network-accessible, low-complexity, requires authentication, and is scored CVSS 4.3.

Likely exposure

Exposure is most likely on WordPress sites running JobSearch WP Job Board versions up to and including 1.8.1 with user accounts available to untrusted or lower-privileged users.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires an authenticated attacker and appears limited to adding or changing schedule calls, creating operational integrity risk rather than direct confidentiality impact.

Researcher notes

Evidence supports missing authorization around job import schedule calls, but the source bundle has a function-name discrepancy and incomplete affected-product metadata. Do not assume unauthenticated exploitation, data exposure, privilege escalation, or active exploitation from the provided sources.

Mitigation direction

  • Inventory WordPress sites using JobSearch WP Job Board.
  • If affected, update to a vendor-fixed or latest available plugin release.
  • Check vendor and plugin guidance for the exact fixed version.
  • Restrict untrusted authenticated user access until remediation is complete.
  • Review job import schedules for unexpected changes.

Validation and detection

  • Confirm installed JobSearch WP Job Board versions across WordPress sites.
  • Flag any instance running version 1.8.1 or earlier.
  • Review roles that allow authenticated access to affected sites.
  • Inspect job import schedule settings for unauthorized modifications.
  • Verify remediation by confirming the plugin is no longer affected.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-4364 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2021-4364Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
eyecixJobSearch WP Job Board0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.