CVE-2024-33685
Deferred Deferred - Pending Action
Missing Authorization in Startupzy

Publication date: 2026-06-17

Last updated on: 2026-06-17

Assigner: Patchstack

Description
Missing Authorization vulnerability in Jegstudio Startupzy startupzy allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects Startupzy: from n/a through 1.1.1.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-17
Last Modified
2026-06-17
Generated
2026-06-17
AI Q&A
2026-06-17
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
jegstudio startupzy From 1.0.0 (inc) to 1.1.1 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability can allow attackers with low privileges to perform higher-privileged actions on websites using the affected Startupzy theme versions.

Although the CVSS score is low (4.3), attackers may exploit this flaw in mass campaigns targeting thousands of websites, potentially leading to unauthorized changes or misuse.

Users are advised to update to version 1.1.2 or later to mitigate this risk.

Executive Summary

The WordPress Startupzy Theme version 1.1.1 or earlier has a Broken Access Control vulnerability (CVE-2024-33685) caused by missing authorization, authentication, or nonce token checks.

This flaw allows unprivileged users to perform actions that should require higher privileges, effectively bypassing intended access restrictions.

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the WordPress Startupzy Theme to version 1.1.2 or later, where the broken access control issue has been patched.

If updating is not immediately possible, users are advised to seek assistance from their hosting providers or developers to apply necessary fixes or workarounds.

Detection Guidance

This vulnerability is a Broken Access Control issue in the WordPress Startupzy Theme (version 1.1.1 or earlier) that allows unprivileged users to perform higher-privileged actions due to missing authorization checks.

Detection typically involves verifying the version of the Startupzy theme installed on your WordPress site and checking for unauthorized access attempts or privilege escalations.

You can detect the vulnerable version by running commands to check the theme version, for example:

  • Use WP-CLI to check the theme version: wp theme list --status=active
  • Manually check the style.css file in the Startupzy theme directory for the version number.

To detect exploitation attempts, monitor your web server logs for suspicious requests that attempt to perform privileged actions without proper authentication.

Example commands to analyze logs (assuming Apache logs):

  • grep -i 'startupzy' /var/log/apache2/access.log | grep 'POST'
  • grep -i 'startupzy' /var/log/apache2/access.log | grep -E 'admin|wp-admin|wp-login'

Additionally, consider using security plugins or tools that can detect unauthorized privilege escalations or access control issues in WordPress.

Compliance Impact

The provided information does not specify how the Missing Authorization vulnerability in Jegstudio Startupzy affects compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-33685. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart