Cyber Resilience

CVE-2025-33028

Published
15 April 2025
Modified
15 April 2026
CVSS Score v3.1 6.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0049 40th percentile
Risk Priority 47 floored blend · peak EPSS

Summary

CVE-2025-33028 is a medium-severity Inclusion of Web Functionality from an Untrusted Source (CWE-830) vulnerability in Winzip (inferred from references). Its CVSS base score is 6.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Supply Chain Compromise (T1195); ranked at the 40th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-18 (Mobile Code) and CM-7 (Least Functionality) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In WinZip through 29.0, there is a Mark-of-the-Web Bypass Vulnerability because of an incomplete fix for CVE-2024-8811. This vulnerability allows attackers to bypass the Mark-of-the-Web protection mechanism on affected installations of WinZip. User interaction is required to exploit this vulnerability…

more

in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of archived files. When extracting files from a crafted archive that bears the Mark-of-the-Web, WinZip does not propagate the Mark-of-the-Web to the extracted files. An attacker can leverage this vulnerability to execute arbitrary code in the context of the current user. NOTE: a third party has reported that this is a false positive, and has observed that the original CVE-2025-33028.md file has been deleted on GitHub. Also, this is disputed because Mark-of-the-Web propagation can increase risk via security-warning habituation, and because the intended control sphere for file-origin metadata (e.g., HostUrl in Zone.Identifier) may be narrower than that for reading the file's content.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1195 Supply Chain Compromise Initial Access
Adversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise.
T1195.002 Compromise Software Supply Chain Initial Access
Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-35180Shared CWE-830
CVE-2025-46652Shared CWE-830
CVE-2024-29944Shared CWE-830
CVE-2023-2588Shared CWE-830
CVE-2025-43703Shared CWE-830
CVE-2025-65109Shared CWE-830
CVE-2024-42381Shared CWE-830
CVE-2025-33026Shared CWE-830
CVE-2025-33027Shared CWE-830
CVE-2025-64496Shared CWE-830

Affected Assets

Winzip
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Defines acceptable mobile/active code and authorizes/monitors its use, directly blocking inclusion of untrusted web scripts or widgets.

Configures the system to permit only essential functionality, thereby restricting the ability to embed arbitrary external web code.

Requires external service providers to meet the organization's security and privacy requirements before their functionality (e.g., widgets) may be integrated.

Establishes processes to identify and remediate supply-chain weaknesses that would allow untrusted external web components to be incorporated.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

GV.SC-05 mostly match
prevents

Contractual requirements can mandate vetting of web sources and prohibit untrusted inclusions.

GV.SC-06 mostly match
prevents

Due diligence before supplier relationships directly prevents inclusion of untrusted web functionality.

GV.SC-07 mostly match
prevents

Assessing supplier risks and products reduces the chance of embedding untrusted web widgets or scripts.

ID.RA-10 mostly match
prevents

Supplier assessments prior to acquisition address the root risk of untrusted web sources.

ID.RA-09 partial match
prevents

Integrity checks on acquired software can catch untrusted web functionality before use.

PR.PS-06 partial match
prevents

Secure SDLC practices can include policies forbidding inclusion of untrusted external web code.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure architecture principles discourage embedding untrusted content, yet require additional controls for full mitigation.

finds

Security testing can detect the weakness, but does not prevent its introduction during design or coding.

degrades

Network security controls can restrict or block untrusted external web content, but do not specifically address inclusion of web widgets.

degrades

Web filtering can prevent loading of untrusted web functionality, directly mitigating the weakness.

prevents

Application security requirements can mandate vetting of external web components, but do not guarantee technical enforcement.

prevents

Secure coding practices can avoid unsafe inclusion of external scripts, but coverage depends on developer adherence.

References