LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13529: SocialV - Social Network and Community BuddyPress Theme <= 2.0.15 - Missing Authorization to Arbitrary File Download

The SocialV - Social Network and Community BuddyPress Theme theme for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'socialv_send_download_file' function in all versions up to, and including, 2.0.15. This makes it possible for authenticated attackers, with Subscriber-level access and above, to download arbitrary files from the target system.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-13529 affects the SocialV WordPress BuddyPress theme. A logged-in low-privilege user could download arbitrary files because a file download function lacks an authorization check. The main business risk is exposure of sensitive server or WordPress files, not system takeover based on the provided sources.

Executive priority

Treat this as a moderate-priority confidentiality issue. Prioritize community or membership WordPress sites where untrusted users can create accounts, because the vulnerability requires only Subscriber-level access.

Technical view

SocialV versions up to and including 2.0.15 are reported vulnerable to CWE-862 missing authorization in socialv_send_download_file. The CVSS 3.1 score is 6.5, with network access, low privileges, no user interaction, unchanged scope, and high confidentiality impact.

Likely exposure

Exposure is likely limited to WordPress sites using the SocialV theme at version 2.0.15 or earlier. Attackers need an authenticated account with Subscriber-level access or higher, so public registration and community membership features increase practical risk.

Exploitation context

The source bundle does not indicate CISA KEV listing or active exploitation. The vulnerability is still operationally relevant because Subscriber-level access is common on community sites and arbitrary file download can disclose credentials, configuration, or private data.

Researcher notes

Evidence supports missing authorization and arbitrary file download, but does not provide exploit telemetry, patch details, or affected CPEs. Validate exposure through version inventory, role permissions, and log review without relying on unconfirmed exploitation claims.

Mitigation direction

  • Inventory WordPress sites using the SocialV theme and record installed versions.
  • Check IQONIC and ThemeForest guidance for the current fixed or recommended release.
  • Update SocialV according to vendor guidance, prioritizing versions newer than 2.0.15 when available.
  • Restrict or review low-privilege user registrations until remediation is confirmed.
  • Monitor WordPress and web server logs for unusual authenticated file download activity.

Validation and detection

  • Confirm SocialV is not running version 2.0.15 or earlier.
  • Verify only authorized roles can access SocialV file download functionality.
  • Review logs for unusual authenticated download attempts or sensitive file path access.
  • Check whether sensitive configuration files may have been exposed.
  • Retest staging and production after updating the theme.
Prepared
Confidence
high
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-862: 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

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell 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-2024-13529 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2024-13529Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
iqonicdesignSocialV - Social Network and Community BuddyPress Theme0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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