LiveActive security incident?Get immediate response
CVE Record

CVE-2025-59579: WordPress Simple Job Board plugin <= 2.13.7 - Sensitive Data Exposure vulnerability

Insertion of Sensitive Information Into Sent Data vulnerability in PressTigers Simple Job Board simple-job-board allows Retrieve Embedded Sensitive Data.This issue affects Simple Job Board: from n/a through <= 2.13.7.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called Simple Job Board, used to post job listings on company websites, leaks sensitive information it should keep private. Any unauthenticated visitor on the internet can retrieve this embedded data without logging in. Versions up to and including 2.13.7 are affected. The risk is data confidentiality, not site takeover, but exposed information could include applicant or configuration details.

Executive priority

Treat as high-priority data-exposure risk for any public site using this plugin. Confidentiality-only impact means no immediate site outage, but unauthenticated access and a 7.5 CVSS warrant patching within standard high-severity SLAs (typically 7-14 days). Brand and privacy exposure rise if applicant data is involved.

Technical view

CVE-2025-59579 is a CWE-201 Insertion of Sensitive Information Into Sent Data flaw in PressTigers Simple Job Board plugin through version 2.13.7. CVSS 3.1 base 7.5 (AV:N/AC:L/PR:N/UI:N/C:H/I:N/A:N) reflects unauthenticated network retrieval of embedded sensitive data with high confidentiality impact and no integrity or availability effect. The issue is disclosed by Patchstack; vendor fix details are not specified in the bundled sources.

Likely exposure

Any public WordPress site running Simple Job Board at or below 2.13.7 is reachable by unauthenticated attackers over the internet. Exposure scales with WordPress's broad install base and the plugin's use on careers pages. No authentication, user interaction, or special privileges are required, so internet-facing sites should assume reachability until upgraded or removed.

Exploitation context

No active exploitation is cited in the provided sources, and the CVE is not listed in CISA KEV. The vulnerability was published 2025-10-22 with a recent update on 2026-04-29 by Patchstack, indicating ongoing attention. Because exploitation requires no authentication and the impact is data disclosure, opportunistic scanning against WordPress careers pages is plausible.

Researcher notes

CWE-201 with CVSS vector C:H/I:N/A:N points to embedded sensitive data returned in plugin output, likely via REST or page responses rather than authenticated admin paths. Sources do not name a fixed version, specific endpoint, or PoC. Validate by reviewing plugin response payloads (HTML, REST, AJAX) for fields that should be private. Confirm scope by consulting Patchstack's advisory and the vendor changelog before declaring closure.

Mitigation direction

  • Inventory WordPress sites for the Simple Job Board plugin and record installed versions.
  • Update Simple Job Board to the latest vendor release above 2.13.7 once available, per PressTigers and Patchstack guidance.
  • If no fixed version is confirmed, deactivate and remove the plugin on internet-facing sites.
  • Apply virtual patching via a WAF (e.g., Patchstack, Wordfence) for the affected plugin.
  • Restrict access to job board endpoints behind authentication or IP allow-lists where feasible.
  • Review prior request logs for unusual access to plugin endpoints and rotate any exposed secrets.

Validation and detection

  • Confirm plugin version via WordPress admin Plugins page or wp-cli plugin list.
  • Verify the installed version is greater than 2.13.7 after patching.
  • Check the Patchstack advisory for the official fixed-version designation.
  • Scan public job board URLs for unexpected sensitive fields in responses.
  • Review web server and WAF logs for anomalous requests to simple-job-board paths since October 2025.
  • Re-test with an unauthenticated client to confirm sensitive data is no longer returned.
Prepared
Confidence
medium
Sources
3

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-201: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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
cve · low confidence lookup

CVE-2025-59579 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
2Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2025-59579Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/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
PressTigersSimple Job Boardsimple-job-board, 0unaffected
Weakness

CWE details

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

CWE-201 · source CWE mapping

Insertion of Sensitive Information Into Sent Data

Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.