CWE VIEW: Research Concepts
This view is intended to facilitate research into weaknesses, including their inter-dependencies, and can be leveraged to systematically identify theoretical gaps within CWE. It is mainly organized according to abstractions of behaviors instead of how they can be detected, where they appear in code, or when they are introduced in the development life cycle. By design, this view is expected to include every weakness within CWE.
The following graph shows the tree-like relationships between weaknesses that exist at different levels of abstraction. At the highest level, categories and pillars exist to group weaknesses. Categories (which are not technically weaknesses) are special CWE entries used to group weaknesses that share a common characteristic. Pillars are weaknesses that are described in the most abstract fashion. Below these top-level entries are weaknesses are varying levels of abstraction. Classes are still very abstract, typically independent of any specific language or technology. Base level weaknesses are used to present a more specific type of weakness. A variant is a weakness that is described at a very low level of detail, typically limited to a specific language or technology. A chain is a set of weaknesses that must be reachable consecutively in order to produce an exploitable vulnerability. While a composite is a set of weaknesses that must all be present simultaneously in order to produce an exploitable vulnerability. Show Details:
1000 - Research Concepts Pillar - a weakness that is the most abstract type of weakness and represents a theme for all class/base/variant weaknesses related to it. A Pillar is different from a Category as a Pillar is still technically a type of weakness that describes a mistake, while a Category represents a common characteristic used to group related things.Improper Access Control - (284) 1000 (Research Concepts) > 284 (Improper Access Control) The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.Authorization Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.On-Chip Debug and Test Interface With Improper Access Control - (1191) 1000 (Research Concepts) > 284 (Improper Access Control) > 1191 (On-Chip Debug and Test Interface With Improper Access Control) The chip does not implement or does not correctly perform access control to check whether users are authorized to access internal registers and test modes through the physical debug/test interface. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Granularity of Access Control - (1220) 1000 (Research Concepts) > 284 (Improper Access Control) > 1220 (Insufficient Granularity of Access Control) The product implements access controls via a policy or other feature with the intention to disable or restrict accesses (reads and/or writes) to assets in a system from untrusted agents. However, implemented access controls lack required granularity, which renders the control policy too broad because it allows accesses from unauthorized agents to the security-sensitive assets. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Granularity of Address Regions Protected by Register Locks - (1222) 1000 (Research Concepts) > 284 (Improper Access Control) > 1220 (Insufficient Granularity of Access Control) > 1222 (Insufficient Granularity of Address Regions Protected by Register Locks) The product defines a large address region protected from modification by the same register lock control bit. This results in a conflict between the functional requirement that some addresses need to be writable by software during operation and the security requirement that the system configuration lock bit must be set during the boot process. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Write-Once Bit Fields - (1224) 1000 (Research Concepts) > 284 (Improper Access Control) > 1224 (Improper Restriction of Write-Once Bit Fields) The hardware design control register "sticky bits" or write-once bit fields are improperly implemented, such that they can be reprogrammed by software. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Prevention of Lock Bit Modification - (1231) 1000 (Research Concepts) > 284 (Improper Access Control) > 1231 (Improper Prevention of Lock Bit Modification) The product uses a trusted lock bit for restricting access to registers, address regions, or other resources, but the product does not prevent the value of the lock bit from being modified after it has been set. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Security-Sensitive Hardware Controls with Missing Lock Bit Protection - (1233) 1000 (Research Concepts) > 284 (Improper Access Control) > 1233 (Security-Sensitive Hardware Controls with Missing Lock Bit Protection) The product uses a register lock bit protection mechanism, but it does not ensure that the lock bit prevents modification of system registers or controls that perform changes to important hardware system configuration. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Undocumented Features or Chicken Bits - (1242) 1000 (Research Concepts) > 284 (Improper Access Control) > 1242 (Inclusion of Undocumented Features or Chicken Bits) The device includes chicken bits or undocumented features that can create entry points for unauthorized actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.CPU Hardware Not Configured to Support Exclusivity of Write and Execute Operations - (1252) 1000 (Research Concepts) > 284 (Improper Access Control) > 1252 (CPU Hardware Not Configured to Support Exclusivity of Write and Execute Operations) The CPU is not configured to provide hardware support for exclusivity of write and execute operations on memory. This allows an attacker to execute data from all of memory. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Access Control Applied to Mirrored or Aliased Memory Regions - (1257) 1000 (Research Concepts) > 284 (Improper Access Control) > 1257 (Improper Access Control Applied to Mirrored or Aliased Memory Regions) Aliased or mirrored memory regions in hardware designs may have inconsistent read/write permissions enforced by the hardware. A possible result is that an untrusted agent is blocked from accessing a memory region but is not blocked from accessing the corresponding aliased memory region.
Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Security Token Assignment - (1259) 1000 (Research Concepts) > 284 (Improper Access Control) > 1259 (Improper Restriction of Security Token Assignment) The System-On-A-Chip (SoC) implements a Security Token mechanism to differentiate what actions are allowed or disallowed when a transaction originates from an entity. However, the Security Tokens are improperly protected. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Overlap Between Protected Memory Ranges - (1260) 1000 (Research Concepts) > 284 (Improper Access Control) > 1260 (Improper Handling of Overlap Between Protected Memory Ranges) The product allows address regions to overlap, which can result in the bypassing of intended memory protection. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Access Control for Register Interface - (1262) 1000 (Research Concepts) > 284 (Improper Access Control) > 1262 (Improper Access Control for Register Interface) The product uses memory-mapped I/O registers that act as an interface to hardware functionality from software, but there is improper access control to those registers. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Physical Access Control - (1263) 1000 (Research Concepts) > 284 (Improper Access Control) > 1263 (Improper Physical Access Control) The product is designed with access restricted to certain information, but it does not sufficiently protect against an unauthorized actor with physical access to these areas. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Non-Volatile Information Not Protected During Debug - (1243) 1000 (Research Concepts) > 284 (Improper Access Control) > 1263 (Improper Physical Access Control) > 1243 (Sensitive Non-Volatile Information Not Protected During Debug) Access to security-sensitive information stored in fuses is not limited during debug. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Policy Uses Obsolete Encoding - (1267) 1000 (Research Concepts) > 284 (Improper Access Control) > 1267 (Policy Uses Obsolete Encoding) The product uses an obsolete encoding mechanism to implement access controls. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Policy Privileges are not Assigned Consistently Between Control and Data Agents - (1268) 1000 (Research Concepts) > 284 (Improper Access Control) > 1268 (Policy Privileges are not Assigned Consistently Between Control and Data Agents) The product's hardware-enforced access control for a particular resource improperly accounts for privilege discrepancies between control and write policies.
Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Generation of Incorrect Security Tokens - (1270) 1000 (Research Concepts) > 284 (Improper Access Control) > 1270 (Generation of Incorrect Security Tokens) The product implements a Security Token mechanism to differentiate what actions are allowed or disallowed when a transaction originates from an entity. However, the Security Tokens generated in the system are incorrect. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Access Control for Volatile Memory Containing Boot Code - (1274) 1000 (Research Concepts) > 284 (Improper Access Control) > 1274 (Improper Access Control for Volatile Memory Containing Boot Code) The product conducts a secure-boot process that transfers bootloader code from Non-Volatile Memory (NVM) into Volatile Memory (VM), but it does not have sufficient access control or other protections for the Volatile Memory. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Hardware Child Block Incorrectly Connected to Parent System - (1276) 1000 (Research Concepts) > 284 (Improper Access Control) > 1276 (Hardware Child Block Incorrectly Connected to Parent System) Signals between a hardware IP and the parent system design are incorrectly connected causing security risks. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access Control Check Implemented After Asset is Accessed - (1280) 1000 (Research Concepts) > 284 (Improper Access Control) > 1280 (Access Control Check Implemented After Asset is Accessed) A product's hardware-based access control check occurs after the asset has been accessed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Mutable Attestation or Measurement Reporting Data - (1283) 1000 (Research Concepts) > 284 (Improper Access Control) > 1283 (Mutable Attestation or Measurement Reporting Data) The register contents used for attestation or measurement reporting data to verify boot flow are modifiable by an adversary. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Decoding of Security Identifiers - (1290) 1000 (Research Concepts) > 284 (Improper Access Control) > 1290 (Incorrect Decoding of Security Identifiers ) The product implements a decoding mechanism to decode certain bus-transaction signals to security identifiers. If the decoding is implemented incorrectly, then untrusted agents can now gain unauthorized access to the asset. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Conversion of Security Identifiers - (1292) 1000 (Research Concepts) > 284 (Improper Access Control) > 1292 (Incorrect Conversion of Security Identifiers) The product implements a conversion mechanism to map certain bus-transaction signals to security identifiers. However, if the conversion is incorrectly implemented, untrusted agents can gain unauthorized access to the asset. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insecure Security Identifier Mechanism - (1294) 1000 (Research Concepts) > 284 (Improper Access Control) > 1294 (Insecure Security Identifier Mechanism) The System-on-Chip (SoC) implements a Security Identifier mechanism to differentiate what actions are allowed or disallowed when a transaction originates from an entity. However, the Security Identifiers are not correctly implemented. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Source Identifier in Entity Transactions on a System-On-Chip (SOC) - (1302) 1000 (Research Concepts) > 284 (Improper Access Control) > 1294 (Insecure Security Identifier Mechanism) > 1302 (Missing Source Identifier in Entity Transactions on a System-On-Chip (SOC)) The product implements a security identifier mechanism to differentiate what actions are allowed or disallowed when a transaction originates from an entity. A transaction is sent without a security identifier. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Chaining or Granularity of Debug Components - (1296) 1000 (Research Concepts) > 284 (Improper Access Control) > 1296 (Incorrect Chaining or Granularity of Debug Components) The product's debug components contain incorrect chaining or granularity of debug components. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improperly Preserved Integrity of Hardware Configuration State During a Power Save/Restore Operation - (1304) 1000 (Research Concepts) > 284 (Improper Access Control) > 1304 (Improperly Preserved Integrity of Hardware Configuration State During a Power Save/Restore Operation) The product performs a power save/restore
operation, but it does not ensure that the integrity of
the configuration state is maintained and/or verified between
the beginning and ending of the operation. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Translation of Security Attributes by Fabric Bridge - (1311) 1000 (Research Concepts) > 284 (Improper Access Control) > 1311 (Improper Translation of Security Attributes by Fabric Bridge) The bridge incorrectly translates security attributes from either trusted to untrusted or from untrusted to trusted when converting from one fabric protocol to another. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Protection for Mirrored Regions in On-Chip Fabric Firewall - (1312) 1000 (Research Concepts) > 284 (Improper Access Control) > 1312 (Missing Protection for Mirrored Regions in On-Chip Fabric Firewall) The firewall in an on-chip fabric protects the main addressed region, but it does not protect any mirrored memory or memory-mapped-IO (MMIO) regions. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Hardware Allows Activation of Test or Debug Logic at Runtime - (1313) 1000 (Research Concepts) > 284 (Improper Access Control) > 1313 (Hardware Allows Activation of Test or Debug Logic at Runtime) During runtime, the hardware allows for test or debug logic (feature) to be activated, which allows for changing the state of the hardware. This feature can alter the intended behavior of the system and allow for alteration and leakage of sensitive data by an adversary. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Setting of Bus Controlling Capability in Fabric End-point - (1315) 1000 (Research Concepts) > 284 (Improper Access Control) > 1315 (Improper Setting of Bus Controlling Capability in Fabric End-point) The bus controller enables bits in the fabric end-point to allow responder devices to control transactions on the fabric. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Fabric-Address Map Allows Programming of Unwarranted Overlaps of Protected and Unprotected Ranges - (1316) 1000 (Research Concepts) > 284 (Improper Access Control) > 1316 (Fabric-Address Map Allows Programming of Unwarranted Overlaps of Protected and Unprotected Ranges) The address map of the on-chip fabric has protected and unprotected regions overlapping, allowing an attacker to bypass access control to the overlapping portion of the protected region. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Access Control in Fabric Bridge - (1317) 1000 (Research Concepts) > 284 (Improper Access Control) > 1317 (Improper Access Control in Fabric Bridge) The product uses a fabric bridge for transactions between two Intellectual Property (IP) blocks, but the bridge does not properly perform the expected privilege, identity, or other access control checks between those IP blocks. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Protection for Outbound Error Messages and Alert Signals - (1320) 1000 (Research Concepts) > 284 (Improper Access Control) > 1320 (Improper Protection for Outbound Error Messages and Alert Signals) Untrusted agents can disable alerts about signal conditions exceeding limits or the response mechanism that handles such alerts.
Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Management of Sensitive Trace Data - (1323) 1000 (Research Concepts) > 284 (Improper Access Control) > 1323 (Improper Management of Sensitive Trace Data) Trace data collected from several sources on the
System-on-Chip (SoC) is stored in unprotected locations or
transported to untrusted agents. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unauthorized Error Injection Can Degrade Hardware Redundancy - (1334) 1000 (Research Concepts) > 284 (Improper Access Control) > 1334 (Unauthorized Error Injection Can Degrade Hardware Redundancy) An unauthorized agent can inject errors into a redundant block to deprive the system of redundancy or put the system in a degraded operating mode. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Privilege Management - (269) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Execution with Unnecessary Privileges - (250) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 250 (Execution with Unnecessary Privileges) The product performs an operation at a privilege level that is higher than the minimum level required, which creates new weaknesses or amplifies the consequences of other weaknesses. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Privilege Assignment - (266) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 266 (Incorrect Privilege Assignment) A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Web Link to Untrusted Target with window.opener Access - (1022) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 266 (Incorrect Privilege Assignment) > 1022 (Use of Web Link to Untrusted Target with window.opener Access) The web application produces links to untrusted external sites outside of its sphere of control, but it does not properly prevent the external site from modifying security-critical properties of the window.opener object, such as the location property.tabnabbing Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource..NET Misconfiguration: Use of Impersonation - (520) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 266 (Incorrect Privilege Assignment) > 520 (.NET Misconfiguration: Use of Impersonation) Allowing a .NET application to run at potentially escalated levels of access to the underlying operating and file systems can be dangerous and result in various forms of attacks. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.ASP.NET Misconfiguration: Use of Identity Impersonation - (556) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 266 (Incorrect Privilege Assignment) > 556 (ASP.NET Misconfiguration: Use of Identity Impersonation) Configuring an ASP.NET application to run with impersonated credentials may give the application unnecessary privileges. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.J2EE Misconfiguration: Weak Access Permissions for EJB Methods - (9) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 266 (Incorrect Privilege Assignment) > 9 (J2EE Misconfiguration: Weak Access Permissions for EJB Methods) If elevated access rights are assigned to EJB methods, then an attacker can take advantage of the permissions to exploit the product. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Privilege Defined With Unsafe Actions - (267) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 267 (Privilege Defined With Unsafe Actions) A particular privilege, role, capability, or right can be used to perform unsafe actions that were not intended, even when it is assigned to the correct entity. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unsafe ActiveX Control Marked Safe For Scripting - (623) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 267 (Privilege Defined With Unsafe Actions) > 623 (Unsafe ActiveX Control Marked Safe For Scripting) An ActiveX control is intended for restricted use, but it has been marked as safe-for-scripting. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Privilege Chaining - (268) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 268 (Privilege Chaining) Two distinct privileges, roles, capabilities, or rights can be combined in a way that allows an entity to perform unsafe actions that would not be allowed without that combination. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Privilege Context Switching Error - (270) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 270 (Privilege Context Switching Error) The product does not properly manage privileges while it is switching between different contexts that have different privileges or spheres of control. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Privilege Dropping / Lowering Errors - (271) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 271 (Privilege Dropping / Lowering Errors) The product does not drop privileges before passing control of a resource to an actor that does not have those privileges. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Least Privilege Violation - (272) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 271 (Privilege Dropping / Lowering Errors) > 272 (Least Privilege Violation) The elevated privilege level required to perform operations such as chroot() should be dropped immediately after the operation is performed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Check for Dropped Privileges - (273) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 271 (Privilege Dropping / Lowering Errors) > 273 (Improper Check for Dropped Privileges) The product attempts to drop privileges but does not check or incorrectly checks to see if the drop succeeded. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Insufficient Privileges - (274) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 274 (Improper Handling of Insufficient Privileges) The product does not handle or incorrectly handles when it has insufficient privileges to perform an operation, leading to resultant weaknesses. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Use of Privileged APIs - (648) 1000 (Research Concepts) > 284 (Improper Access Control) > 269 (Improper Privilege Management) > 648 (Incorrect Use of Privileged APIs) The product does not conform to the API requirements for a function call that requires extra privileges. This could allow attackers to gain privileges by causing the function to be called incorrectly. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Ownership Management - (282) 1000 (Research Concepts) > 284 (Improper Access Control) > 282 (Improper Ownership Management) The product assigns the wrong ownership, or does not properly verify the ownership, of an object or resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unverified Ownership - (283) 1000 (Research Concepts) > 284 (Improper Access Control) > 282 (Improper Ownership Management) > 283 (Unverified Ownership) The product does not properly verify that a critical resource is owned by the proper entity. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Ownership Assignment - (708) 1000 (Research Concepts) > 284 (Improper Access Control) > 282 (Improper Ownership Management) > 708 (Incorrect Ownership Assignment) The product assigns an owner to a resource, but the owner is outside of the intended control sphere. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Authorization - (285) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.AuthZ Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information Through Metadata - (1230) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1230 (Exposure of Sensitive Information Through Metadata) The product prevents direct access to a resource containing sensitive information, but it does not sufficiently limit access to metadata that is derived from the original, sensitive information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information Through Data Queries - (202) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1230 (Exposure of Sensitive Information Through Metadata) > 202 (Exposure of Sensitive Information Through Data Queries) When trying to keep information confidential, an attacker can often infer some of the information by using statistics. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Authorization of Index Containing Sensitive Information - (612) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1230 (Exposure of Sensitive Information Through Metadata) > 612 (Improper Authorization of Index Containing Sensitive Information) The product creates a search index of private or sensitive documents, but it does not properly limit index access to actors who are authorized to see the original information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Software Interfaces to Hardware Features - (1256) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1256 (Improper Restriction of Software Interfaces to Hardware Features) The product provides software-controllable
device functionality for capabilities such as power and
clock management, but it does not properly limit
functionality that can lead to modification of
hardware memory or register bits, or the ability to
observe physical side channels. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Confidential Information on Device is Accessible by OSAT Vendors - (1297) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1297 (Unprotected Confidential Information on Device is Accessible by OSAT Vendors) The product does not adequately protect confidential information on the device from being accessed by Outsourced Semiconductor Assembly and Test (OSAT) vendors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Security Version Number Mutable to Older Versions - (1328) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 1328 (Security Version Number Mutable to Older Versions) Security-version number in hardware is mutable, resulting in the ability to downgrade (roll-back) the boot firmware to vulnerable code versions. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Files or Directories Accessible to External Parties - (552) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) The product makes files or directories accessible to unauthorized actors, even though they should not be. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Storage of File with Sensitive Data Under Web Root - (219) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 219 (Storage of File with Sensitive Data Under Web Root) The product stores sensitive data under the web document root with insufficient access control, which might make it accessible to untrusted parties. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unparsed Raw Web Content Delivery - (433) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 219 (Storage of File with Sensitive Data Under Web Root) > 433 (Unparsed Raw Web Content Delivery) The product stores raw content or supporting code under the web document root with an extension that is not specifically handled by the server. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Storage of File With Sensitive Data Under FTP Root - (220) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 220 (Storage of File With Sensitive Data Under FTP Root) The product stores sensitive data under the FTP server root with insufficient access control, which might make it accessible to untrusted parties. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Version-Control Repository to an Unauthorized Control Sphere - (527) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 527 (Exposure of Version-Control Repository to an Unauthorized Control Sphere) The product stores a CVS, git, or other repository in a directory, archive, or other resource that is stored, transferred, or otherwise made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Core Dump File to an Unauthorized Control Sphere - (528) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 528 (Exposure of Core Dump File to an Unauthorized Control Sphere) The product generates a core dump file in a directory, archive, or other resource that is stored, transferred, or otherwise made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Access Control List Files to an Unauthorized Control Sphere - (529) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 529 (Exposure of Access Control List Files to an Unauthorized Control Sphere) The product stores access control list files in a directory or other container that is accessible to actors outside of the intended control sphere. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Backup File to an Unauthorized Control Sphere - (530) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 530 (Exposure of Backup File to an Unauthorized Control Sphere) A backup file is stored in a directory or archive that is made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Persistent Cookies Containing Sensitive Information - (539) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 539 (Use of Persistent Cookies Containing Sensitive Information) The web application uses persistent cookies, but the cookies contain sensitive information. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Command Shell in Externally Accessible Directory - (553) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 552 (Files or Directories Accessible to External Parties) > 553 (Command Shell in Externally Accessible Directory) A possible shell file exists in /cgi-bin/ or other accessible directories. This is extremely dangerous and can be used by an attacker to execute commands on the web server. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Permission Assignment for Critical Resource - (732) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Cookie Without 'HttpOnly' Flag - (1004) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 1004 (Sensitive Cookie Without 'HttpOnly' Flag) The product uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Default Permissions - (276) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 276 (Incorrect Default Permissions) During installation, installed file permissions are set to allow anyone to modify those files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insecure Inherited Permissions - (277) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 277 (Insecure Inherited Permissions) A product defines a set of insecure permissions that are inherited by objects that are created by the program. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insecure Preserved Inherited Permissions - (278) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 278 (Insecure Preserved Inherited Permissions) A product inherits a set of insecure permissions for an object, e.g. when copying from an archive file, without user awareness or involvement. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Execution-Assigned Permissions - (279) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 279 (Incorrect Execution-Assigned Permissions) While it is executing, the product sets the permissions of an object in a way that violates the intended permissions that have been specified by the user. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Preservation of Permissions - (281) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 281 (Improper Preservation of Permissions) The product does not preserve permissions or incorrectly preserves permissions when copying, restoring, or sharing objects, which can cause them to have less restrictive permissions than intended. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Critical Data Element Declared Public - (766) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 732 (Incorrect Permission Assignment for Critical Resource) > 766 (Critical Data Element Declared Public) The product declares a critical variable, field, or member to be public when intended security policy requires it to be private. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Missing Authorization - (862) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) The product does not perform an authorization check when an actor attempts to access a resource or perform an action.AuthZ Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Write Protection for Parametric Data Values - (1314) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 1314 (Missing Write Protection for Parametric Data Values) The device does not write-protect the parametric data values for sensors that scale the sensor value, allowing untrusted software to manipulate the apparent result and potentially damage hardware or cause operational failure. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Direct Request ('Forced Browsing') - (425) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 425 (Direct Request ('Forced Browsing')) The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.forced browsing Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Not Using Complete Mediation - (638) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 638 (Not Using Complete Mediation) The product does not perform access checks on a resource every time the resource is accessed by an entity, which can create resultant weaknesses if that entity's rights or privileges change over time. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Protection of Alternate Path - (424) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 638 (Not Using Complete Mediation) > 424 (Improper Protection of Alternate Path) The product does not sufficiently protect all possible paths that a user can take to access restricted functionality or resources. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Direct Request ('Forced Browsing') - (425) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 638 (Not Using Complete Mediation) > 424 (Improper Protection of Alternate Path) > 425 (Direct Request ('Forced Browsing')) The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.forced browsing Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Authorization in Handler for Custom URL Scheme - (939) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 862 (Missing Authorization) > 939 (Improper Authorization in Handler for Custom URL Scheme) The product uses a handler for a custom URL scheme, but it does not properly restrict which actors can invoke the handler using the scheme. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Authorization - (863) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.AuthZ Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Internal Asset Exposed to Unsafe Debug Access Level or State - (1244) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 1244 (Internal Asset Exposed to Unsafe Debug Access Level or State) The product uses physical debug or test
interfaces with support for multiple access levels, but it
assigns the wrong debug access level to an internal asset,
providing unintended access to the asset from untrusted debug
agents. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Behavior Order: Authorization Before Parsing and Canonicalization - (551) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 551 (Incorrect Behavior Order: Authorization Before Parsing and Canonicalization) If a web server does not fully parse requested URLs before it examines them for authorization, it may be possible for an attacker to bypass authorization protection. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authorization Bypass Through User-Controlled Key - (639) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 639 (Authorization Bypass Through User-Controlled Key) The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.Insecure Direct Object Reference / IDORBroken Object Level Authorization / BOLAHorizontal Authorization Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Authorization Bypass Through User-Controlled SQL Primary Key - (566) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 639 (Authorization Bypass Through User-Controlled Key) > 566 (Authorization Bypass Through User-Controlled SQL Primary Key) The product uses a database table that includes records that should not be accessible to an actor, but it executes a SQL statement with a primary key that can be controlled by that actor. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Non-Canonical URL Paths for Authorization Decisions - (647) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 647 (Use of Non-Canonical URL Paths for Authorization Decisions) The product defines policy namespaces and makes authorization decisions based on the assumption that a URL is canonical. This can allow a non-canonical URL to bypass the authorization. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Guessable CAPTCHA - (804) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 804 (Guessable CAPTCHA) The product uses a CAPTCHA challenge, but the challenge can be guessed or automatically recognized by a non-human actor. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Permissive Cross-domain Policy with Untrusted Domains - (942) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 863 (Incorrect Authorization) > 942 (Permissive Cross-domain Policy with Untrusted Domains) The product uses a cross-domain policy file that includes domains that should not be trusted. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Export of Android Application Components - (926) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 926 (Improper Export of Android Application Components) The Android application exports a component for use by other applications, but does not properly restrict which applications can launch the component or access the data it contains. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Implicit Intent for Sensitive Communication - (927) 1000 (Research Concepts) > 284 (Improper Access Control) > 285 (Improper Authorization) > 927 (Use of Implicit Intent for Sensitive Communication) The Android application uses an implicit intent for transmitting sensitive data to other applications. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect User Management - (286) 1000 (Research Concepts) > 284 (Improper Access Control) > 286 (Incorrect User Management) The product does not properly manage a user within its environment. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Placement of User into Incorrect Group - (842) 1000 (Research Concepts) > 284 (Improper Access Control) > 286 (Incorrect User Management) > 842 (Placement of User into Incorrect Group) The product or the administrator places a user into an incorrect group. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Authentication - (287) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.authentificationAuthNAuthC Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Weak Authentication - (1390) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) The product uses an authentication mechanism to restrict access to specific users or identities, but the mechanism does not sufficiently prove that the claimed identity is correct. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Use of Weak Credentials - (1391) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) The product uses weak credentials (such as a default key or hard-coded password) that can be calculated, derived, reused, or guessed by an attacker. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Default Credentials - (1392) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 1392 (Use of Default Credentials) The product uses default credentials (such as passwords or cryptographic keys) for potentially critical functionality. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Default Password - (1393) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 1392 (Use of Default Credentials) > 1393 (Use of Default Password) The product uses default passwords for potentially critical functionality. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Default Cryptographic Key - (1394) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 1392 (Use of Default Credentials) > 1394 (Use of Default Cryptographic Key) The product uses a default cryptographic key for potentially critical functionality. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Weak Password Requirements - (521) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 521 (Weak Password Requirements) The product does not require that users should have strong passwords, which makes it easier for attackers to compromise user accounts. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Empty Password in Configuration File - (258) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 521 (Weak Password Requirements) > 258 (Empty Password in Configuration File) Using an empty string as a password is insecure. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Hard-coded Credentials - (798) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 798 (Use of Hard-coded Credentials) The product contains hard-coded credentials, such as a password or cryptographic key. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Hard-coded Password - (259) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 798 (Use of Hard-coded Credentials) > 259 (Use of Hard-coded Password) The product contains a hard-coded password, which it uses for its own inbound authentication or for outbound communication to external components. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Hard-coded Cryptographic Key - (321) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 1391 (Use of Weak Credentials) > 798 (Use of Hard-coded Credentials) > 321 (Use of Hard-coded Cryptographic Key) The use of a hard-coded cryptographic key significantly increases the possibility that encrypted data may be recovered. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Not Using Password Aging - (262) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 262 (Not Using Password Aging) The product does not have a mechanism in place for managing password aging. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Password Aging with Long Expiration - (263) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 263 (Password Aging with Long Expiration) The product supports password aging, but the expiration period is too long. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass by Alternate Name - (289) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 289 (Authentication Bypass by Alternate Name) The product performs authentication based on the name of a resource being accessed, or the name of the actor performing the access, but it does not properly check all possible names for that resource or actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass by Spoofing - (290) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 290 (Authentication Bypass by Spoofing) This attack-focused weakness is caused by incorrectly implemented authentication schemes that are subject to spoofing attacks. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Reliance on IP Address for Authentication - (291) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 290 (Authentication Bypass by Spoofing) > 291 (Reliance on IP Address for Authentication) The product uses an IP address for authentication. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Using Referer Field for Authentication - (293) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 290 (Authentication Bypass by Spoofing) > 293 (Using Referer Field for Authentication) The referer field in HTTP requests can be easily modified and, as such, is not a valid means of message integrity checking.referrer Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Reverse DNS Resolution for a Security-Critical Action - (350) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 290 (Authentication Bypass by Spoofing) > 350 (Reliance on Reverse DNS Resolution for a Security-Critical Action) The product performs reverse DNS resolution on an IP address to obtain the hostname and make a security decision, but it does not properly ensure that the IP address is truly associated with the hostname. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass by Capture-replay - (294) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 294 (Authentication Bypass by Capture-replay) A capture-replay flaw exists when the design of the product makes it possible for a malicious user to sniff network traffic and bypass authentication by replaying it to the server in question to the same effect as the original message (or with minor changes). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Reflection Attack in an Authentication Protocol - (301) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 301 (Reflection Attack in an Authentication Protocol) Simple authentication protocols are subject to reflection attacks if a malicious user can use the target machine to impersonate a trusted user. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass by Assumed-Immutable Data - (302) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 302 (Authentication Bypass by Assumed-Immutable Data) The authentication scheme or implementation uses key data elements that are assumed to be immutable, but can be controlled or modified by the attacker. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Implementation of Authentication Algorithm - (303) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 303 (Incorrect Implementation of Authentication Algorithm) The requirements for the product dictate the use of an established authentication algorithm, but the implementation of the algorithm is incorrect. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Critical Step in Authentication - (304) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 303 (Incorrect Implementation of Authentication Algorithm) > 304 (Missing Critical Step in Authentication) The product implements an authentication technique, but it skips a step that weakens the technique. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass by Primary Weakness - (305) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 305 (Authentication Bypass by Primary Weakness) The authentication algorithm is sound, but the implemented mechanism can be bypassed as the result of a separate weakness that is primary to the authentication error. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Excessive Authentication Attempts - (307) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 307 (Improper Restriction of Excessive Authentication Attempts) The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Single-factor Authentication - (308) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 308 (Use of Single-factor Authentication) The use of single-factor authentication can lead to unnecessary risk of compromise when compared with the benefits of a dual-factor authentication scheme. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Password System for Primary Authentication - (309) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 309 (Use of Password System for Primary Authentication) The use of password systems as the primary means of authentication may be subject to several flaws or shortcomings, each reducing the effectiveness of the mechanism. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insufficiently Protected Credentials - (522) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Plaintext Storage of a Password - (256) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 256 (Plaintext Storage of a Password) Storing a password in plaintext may result in a system compromise. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Storing Passwords in a Recoverable Format - (257) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 257 (Storing Passwords in a Recoverable Format) The storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users. In fact, it should be noted that recoverable encrypted passwords provide no significant benefit over plaintext passwords since they are subject not only to reuse by malicious attackers but also by malicious insiders. If a system administrator can recover a password directly, or use a brute force search on the available information, the administrator can use the password on other accounts. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Password in Configuration File - (260) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) The product stores a password in a configuration file that might be accessible to actors who do not know the password. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.ASP.NET Misconfiguration: Password in Configuration File - (13) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 13 (ASP.NET Misconfiguration: Password in Configuration File) Storing a plaintext password in a configuration file allows anyone who can read the file access to the password-protected resource making them an easy target for attackers. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Empty Password in Configuration File - (258) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 258 (Empty Password in Configuration File) Using an empty string as a password is insecure. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.J2EE Misconfiguration: Plaintext Password in Configuration File - (555) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 555 (J2EE Misconfiguration: Plaintext Password in Configuration File) The J2EE application stores a plaintext password in a configuration file. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Weak Encoding for Password - (261) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 261 (Weak Encoding for Password) Obscuring a password with a trivial encoding does not protect the password. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Transport of Credentials - (523) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 523 (Unprotected Transport of Credentials) Login pages do not use adequate measures to protect the user name and password while they are in transit from the client to the server. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Password Field Masking - (549) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 522 (Insufficiently Protected Credentials) > 549 (Missing Password Field Masking) The product does not mask passwords during entry, increasing the potential for attackers to observe and capture passwords. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass: OpenSSL CTX Object Modified after SSL Objects are Created - (593) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 593 (Authentication Bypass: OpenSSL CTX Object Modified after SSL Objects are Created) The product modifies the SSL context after connection creation has begun. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Client-Side Authentication - (603) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 603 (Use of Client-Side Authentication) A client/server product performs authentication within client code but not in server code, allowing server-side authentication to be bypassed via a modified client that omits the authentication check. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unverified Password Change - (620) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 620 (Unverified Password Change) When setting a new password for a user, the product does not require knowledge of the original password, or using another form of authentication. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Weak Password Recovery Mechanism for Forgotten Password - (640) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 640 (Weak Password Recovery Mechanism for Forgotten Password) The product contains a mechanism for users to recover or change their passwords without knowing the original password, but the mechanism is weak. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Guessable CAPTCHA - (804) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 804 (Guessable CAPTCHA) The product uses a CAPTCHA challenge, but the challenge can be guessed or automatically recognized by a non-human actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Password Hash Instead of Password for Authentication - (836) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 1390 (Weak Authentication) > 836 (Use of Password Hash Instead of Password for Authentication) The product records password hashes in a data store, receives a hash of a password from a client, and compares the supplied hash to the hash obtained from the data store. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Certificate Validation - (295) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) The product does not validate, or incorrectly validates, a certificate. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Following of a Certificate's Chain of Trust - (296) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 296 (Improper Following of a Certificate's Chain of Trust) The product does not follow, or incorrectly follows, the chain of trust for a certificate back to a trusted root certificate, resulting in incorrect trust of any resource that is associated with that certificate. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Validation of Certificate with Host Mismatch - (297) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 297 (Improper Validation of Certificate with Host Mismatch) The product communicates with a host that provides a certificate, but the product does not properly ensure that the certificate is actually associated with that host. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Validation of Certificate Expiration - (298) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 298 (Improper Validation of Certificate Expiration) A certificate expiration is not validated or is incorrectly validated, so trust may be assigned to certificates that have been abandoned due to age. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Check for Certificate Revocation - (299) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 299 (Improper Check for Certificate Revocation) The product does not check or incorrectly checks the revocation status of a certificate, which may cause it to use a certificate that has been compromised. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Check for Certificate Revocation after Initial Check - (370) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 299 (Improper Check for Certificate Revocation) > 370 (Missing Check for Certificate Revocation after Initial Check) The product does not check the revocation status of a certificate after its initial revocation check, which can cause the product to perform privileged actions even after the certificate is revoked at a later time. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Validation of OpenSSL Certificate - (599) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 295 (Improper Certificate Validation) > 599 (Missing Validation of OpenSSL Certificate) The product uses OpenSSL and trusts or uses a certificate without using the SSL_get_verify_result() function to ensure that the certificate satisfies all necessary security requirements. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Authentication for Critical Function - (306) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 306 (Missing Authentication for Critical Function) The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass Using an Alternate Path or Channel - (288) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 306 (Missing Authentication for Critical Function) > 288 (Authentication Bypass Using an Alternate Path or Channel) A product requires authentication, but the product has an alternate path or channel that does not require authentication. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Protection Mechanism for Alternate Hardware Interface - (1299) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 306 (Missing Authentication for Critical Function) > 288 (Authentication Bypass Using an Alternate Path or Channel) > 1299 (Missing Protection Mechanism for Alternate Hardware Interface) The lack of protections on alternate paths to access
control-protected assets (such as unprotected shadow registers
and other external facing unguarded interfaces) allows an
attacker to bypass existing protections to the asset that are
only performed against the primary path. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Direct Request ('Forced Browsing') - (425) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 306 (Missing Authentication for Critical Function) > 288 (Authentication Bypass Using an Alternate Path or Channel) > 425 (Direct Request ('Forced Browsing')) The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.forced browsing Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Key Exchange without Entity Authentication - (322) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 306 (Missing Authentication for Critical Function) > 322 (Key Exchange without Entity Authentication) The product performs a key exchange with an actor without verifying the identity of that actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Overly Restrictive Account Lockout Mechanism - (645) 1000 (Research Concepts) > 284 (Improper Access Control) > 287 (Improper Authentication) > 645 (Overly Restrictive Account Lockout Mechanism) The product contains an account lockout protection mechanism, but the mechanism is too restrictive and can be triggered too easily, which allows attackers to deny service to legitimate users by causing their accounts to be locked out. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Origin Validation Error - (346) 1000 (Research Concepts) > 284 (Improper Access Control) > 346 (Origin Validation Error) The product does not properly verify that the source of data or communication is valid. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Origin Validation in WebSockets - (1385) 1000 (Research Concepts) > 284 (Improper Access Control) > 346 (Origin Validation Error) > 1385 (Missing Origin Validation in WebSockets) The product uses a WebSocket, but it does not properly verify that the source of data or communication is valid.Cross-Site WebSocket hijacking (CSWSH) Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Verification of Source of a Communication Channel - (940) 1000 (Research Concepts) > 284 (Improper Access Control) > 346 (Origin Validation Error) > 940 (Improper Verification of Source of a Communication Channel) The product establishes a communication channel to handle an incoming request that has been initiated by an actor, but it does not properly verify that the request is coming from the expected origin. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Verification of Intent by Broadcast Receiver - (925) 1000 (Research Concepts) > 284 (Improper Access Control) > 346 (Origin Validation Error) > 940 (Improper Verification of Source of a Communication Channel) > 925 (Improper Verification of Intent by Broadcast Receiver) The Android application uses a Broadcast Receiver that receives an Intent but does not properly verify that the Intent came from an authorized source.Intent Spoofing Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposed Dangerous Method or Function - (749) 1000 (Research Concepts) > 284 (Improper Access Control) > 749 (Exposed Dangerous Method or Function) The product provides an Applications Programming Interface (API) or similar interface for interaction with external actors, but the interface includes a dangerous method or function that is not properly restricted. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposed Unsafe ActiveX Method - (618) 1000 (Research Concepts) > 284 (Improper Access Control) > 749 (Exposed Dangerous Method or Function) > 618 (Exposed Unsafe ActiveX Method) An ActiveX control is intended for use in a web browser, but it exposes dangerous methods that perform actions that are outside of the browser's security model (e.g. the zone or domain). Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposed IOCTL with Insufficient Access Control - (782) 1000 (Research Concepts) > 284 (Improper Access Control) > 749 (Exposed Dangerous Method or Function) > 782 (Exposed IOCTL with Insufficient Access Control) The product implements an IOCTL with functionality that should be restricted, but it does not properly enforce access control for the IOCTL. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Restriction of Communication Channel to Intended Endpoints - (923) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) The product establishes a communication channel to (or from) an endpoint for privileged or protected operations, but it does not properly ensure that it is communicating with the correct endpoint. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Cookie with Improper SameSite Attribute - (1275) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 1275 (Sensitive Cookie with Improper SameSite Attribute) The SameSite attribute for sensitive cookies is not set, or an insecure value is used. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Reliance on IP Address for Authentication - (291) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 291 (Reliance on IP Address for Authentication) The product uses an IP address for authentication. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Validation of Certificate with Host Mismatch - (297) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 297 (Improper Validation of Certificate with Host Mismatch) The product communicates with a host that provides a certificate, but the product does not properly ensure that the certificate is actually associated with that host. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Channel Accessible by Non-Endpoint - (300) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 300 (Channel Accessible by Non-Endpoint) The product does not adequately verify the identity of actors at both ends of a communication channel, or does not adequately ensure the integrity of the channel, in a way that allows the channel to be accessed or influenced by an actor that is not an endpoint.Adversary-in-the-Middle / AITMMan-in-the-Middle / MITMPerson-in-the-Middle / PITMMonkey-in-the-MiddleMonster-in-the-MiddleManipulator-in-the-MiddleOn-path attackInterception attack Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Primary Channel - (419) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 419 (Unprotected Primary Channel) The product uses a primary channel for administration or restricted functionality, but it does not properly protect the channel. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Alternate Channel - (420) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 420 (Unprotected Alternate Channel) The product protects a primary channel, but it does not use the same level of protection for an alternate channel. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Protection Mechanism for Alternate Hardware Interface - (1299) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 420 (Unprotected Alternate Channel) > 1299 (Missing Protection Mechanism for Alternate Hardware Interface) The lack of protections on alternate paths to access
control-protected assets (such as unprotected shadow registers
and other external facing unguarded interfaces) allows an
attacker to bypass existing protections to the asset that are
only performed against the primary path. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Race Condition During Access to Alternate Channel - (421) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 420 (Unprotected Alternate Channel) > 421 (Race Condition During Access to Alternate Channel) The product opens an alternate channel to communicate with an authorized user, but the channel is accessible to other actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Windows Messaging Channel ('Shatter') - (422) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 420 (Unprotected Alternate Channel) > 422 (Unprotected Windows Messaging Channel ('Shatter')) The product does not properly verify the source of a message in the Windows Messaging System while running at elevated privileges, creating an alternate channel through which an attacker can directly send a message to the product. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Verification of Source of a Communication Channel - (940) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 940 (Improper Verification of Source of a Communication Channel) The product establishes a communication channel to handle an incoming request that has been initiated by an actor, but it does not properly verify that the request is coming from the expected origin. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Verification of Intent by Broadcast Receiver - (925) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 940 (Improper Verification of Source of a Communication Channel) > 925 (Improper Verification of Intent by Broadcast Receiver) The Android application uses a Broadcast Receiver that receives an Intent but does not properly verify that the Intent came from an authorized source.Intent Spoofing Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrectly Specified Destination in a Communication Channel - (941) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 941 (Incorrectly Specified Destination in a Communication Channel) The product creates a communication channel to initiate an outgoing request to an actor, but it does not correctly specify the intended destination for that actor. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Permissive Cross-domain Policy with Untrusted Domains - (942) 1000 (Research Concepts) > 284 (Improper Access Control) > 923 (Improper Restriction of Communication Channel to Intended Endpoints) > 942 (Permissive Cross-domain Policy with Untrusted Domains) The product uses a cross-domain policy file that includes domains that should not be trusted. Pillar - a weakness that is the most abstract type of weakness and represents a theme for all class/base/variant weaknesses related to it. A Pillar is different from a Category as a Pillar is still technically a type of weakness that describes a mistake, while a Category represents a common characteristic used to group related things.Improper Interaction Between Multiple Correctly-Behaving Entities - (435) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) An interaction error occurs when two entities have correct behavior when running independently of each other, but when they are integrated as components in a larger system or process, they introduce incorrect behaviors that may cause resultant weaknesses.Interaction ErrorEmergent Fault Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insecure Automated Optimizations - (1038) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 1038 (Insecure Automated Optimizations) The product uses a mechanism that automatically optimizes code, e.g. to improve a characteristic such as performance, but the optimizations can have an unintended side effect that might violate an intended security assumption. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Processor Optimization Removal or Modification of Security-critical Code - (1037) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 1038 (Insecure Automated Optimizations) > 1037 (Processor Optimization Removal or Modification of Security-critical Code) The developer builds a security-critical protection mechanism into the software, but the processor optimizes the execution of the program such that the mechanism is removed or modified. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Compiler Optimization Removal or Modification of Security-critical Code - (733) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 1038 (Insecure Automated Optimizations) > 733 (Compiler Optimization Removal or Modification of Security-critical Code) The developer builds a security-critical protection mechanism into the software, but the compiler optimizes the program such that the mechanism is removed or modified. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Compiler Removal of Code to Clear Buffers - (14) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 1038 (Insecure Automated Optimizations) > 733 (Compiler Optimization Removal or Modification of Security-critical Code) > 14 (Compiler Removal of Code to Clear Buffers) Sensitive memory is cleared according to the source code, but compiler optimizations leave the memory untouched when it is not read from again, aka "dead store removal." Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Data/Memory Layout - (188) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 188 (Reliance on Data/Memory Layout) The product makes invalid assumptions about how protocol data or memory is organized at a lower level, resulting in unintended program behavior. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Incorrect Byte Ordering - (198) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 188 (Reliance on Data/Memory Layout) > 198 (Use of Incorrect Byte Ordering) The product receives input from an upstream component, but it does not account for byte ordering (e.g. big-endian and little-endian) when processing the input, causing an incorrect number or value to be used. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Interpretation Conflict - (436) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') - (113) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 113 (Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')) The product receives data from an HTTP agent/component (e.g., web server, proxy, browser, etc.), but it does not neutralize or incorrectly neutralizes CR and LF characters before the data is included in outgoing HTTP headers.HTTP Request SplittingHTTP Response Splitting Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Misinterpretation of Input - (115) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 115 (Misinterpretation of Input) The product misinterprets an input, whether from an attacker or another product, in a security-relevant fashion. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incomplete Model of Endpoint Features - (437) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 437 (Incomplete Model of Endpoint Features) A product acts as an intermediary or monitor between two or more endpoints, but it does not have a complete model of an endpoint's features, behaviors, or state, potentially causing the product to perform incorrect actions based on this incomplete model. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') - (444) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 444 (Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')) The product acts as an intermediary HTTP agent
(such as a proxy or firewall) in the data flow between two
entities such as a client and server, but it does not
interpret malformed HTTP requests or responses in ways that
are consistent with how the messages will be processed by
those entities that are at the ultimate destination.HTTP Request SmugglingHTTP Response SmugglingHTTP Smuggling Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Null Byte Interaction Error (Poison Null Byte) - (626) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 626 (Null Byte Interaction Error (Poison Null Byte)) The product does not properly handle null bytes or NUL characters when passing data between different representations or components. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Trusting HTTP Permission Methods on the Server Side - (650) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 650 (Trusting HTTP Permission Methods on the Server Side) The server contains a protection mechanism that assumes that any URI that is accessed using HTTP GET will not cause a state change to the associated resource. This might allow attackers to bypass intended access restrictions and conduct resource modification and deletion attacks, since some applications allow GET to modify state. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of Invalid Characters in Identifiers in Web Pages - (86) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 436 (Interpretation Conflict) > 86 (Improper Neutralization of Invalid Characters in Identifiers in Web Pages) The product does not neutralize or incorrectly neutralizes invalid characters or byte sequences in the middle of tag names, URI schemes, and other identifiers. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Behavioral Change in New Version or Environment - (439) 1000 (Research Concepts) > 435 (Improper Interaction Between Multiple Correctly-Behaving Entities) > 439 (Behavioral Change in New Version or Environment) A's behavior or functionality changes with a new version of A, or a new environment, which is not known (or manageable) by B.Functional change Pillar - a weakness that is the most abstract type of weakness and represents a theme for all class/base/variant weaknesses related to it. A Pillar is different from a Category as a Pillar is still technically a type of weakness that describes a mistake, while a Category represents a common characteristic used to group related things.Improper Control of a Resource Through its Lifetime - (664) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) The product does not maintain or incorrectly maintains control over a resource throughout its lifetime of creation, use, and release. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Access of Indexable Resource ('Range Error') - (118) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) The product does not restrict or incorrectly restricts operations within the boundaries of a resource that is accessed using an index or pointer, such as memory or files. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Restriction of Operations within the Bounds of a Memory Buffer - (119) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.Buffer Overflowbuffer overrunmemory safety Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') - (120) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 120 (Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')) The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.Classic Buffer OverflowUnbounded Transfer Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Path Manipulation Function without Maximum-sized Buffer - (785) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 120 (Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')) > 785 (Use of Path Manipulation Function without Maximum-sized Buffer) The product invokes a function for normalizing paths or file names, but it provides an output buffer that is smaller than the maximum possible size, such as PATH_MAX. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Out-of-bounds Read - (125) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 125 (Out-of-bounds Read) The product reads data past the end, or before the beginning, of the intended buffer.OOB read Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Buffer Over-read - (126) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 125 (Out-of-bounds Read) > 126 (Buffer Over-read) The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Buffer Under-read - (127) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 125 (Out-of-bounds Read) > 127 (Buffer Under-read) The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations prior to the targeted buffer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Return of Pointer Value Outside of Expected Range - (466) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 466 (Return of Pointer Value Outside of Expected Range) A function can return a pointer to memory that is outside of the buffer that the pointer is expected to reference. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access of Memory Location Before Start of Buffer - (786) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 786 (Access of Memory Location Before Start of Buffer) The product reads or writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Buffer Underwrite ('Buffer Underflow') - (124) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 786 (Access of Memory Location Before Start of Buffer) > 124 (Buffer Underwrite ('Buffer Underflow')) The product writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.buffer underrun Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Buffer Under-read - (127) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 786 (Access of Memory Location Before Start of Buffer) > 127 (Buffer Under-read) The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations prior to the targeted buffer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Out-of-bounds Write - (787) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 787 (Out-of-bounds Write) The product writes data past the end, or before the beginning, of the intended buffer.Memory Corruption Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Stack-based Buffer Overflow - (121) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 787 (Out-of-bounds Write) > 121 (Stack-based Buffer Overflow) A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).Stack Overflow Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Heap-based Buffer Overflow - (122) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 787 (Out-of-bounds Write) > 122 (Heap-based Buffer Overflow) A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Write-what-where Condition - (123) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 787 (Out-of-bounds Write) > 123 (Write-what-where Condition) Any condition where the attacker has the ability to write an arbitrary value to an arbitrary location, often as the result of a buffer overflow. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Buffer Underwrite ('Buffer Underflow') - (124) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 787 (Out-of-bounds Write) > 124 (Buffer Underwrite ('Buffer Underflow')) The product writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.buffer underrun Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access of Memory Location After End of Buffer - (788) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 788 (Access of Memory Location After End of Buffer) The product reads or writes to a buffer using an index or pointer that references a memory location after the end of the buffer. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Stack-based Buffer Overflow - (121) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 788 (Access of Memory Location After End of Buffer) > 121 (Stack-based Buffer Overflow) A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).Stack Overflow Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Heap-based Buffer Overflow - (122) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 788 (Access of Memory Location After End of Buffer) > 122 (Heap-based Buffer Overflow) A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Buffer Over-read - (126) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 788 (Access of Memory Location After End of Buffer) > 126 (Buffer Over-read) The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Buffer Access with Incorrect Length Value - (805) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 805 (Buffer Access with Incorrect Length Value) The product uses a sequential operation to read or write a buffer, but it uses an incorrect length value that causes it to access memory that is outside of the bounds of the buffer. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Buffer Access Using Size of Source Buffer - (806) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 805 (Buffer Access with Incorrect Length Value) > 806 (Buffer Access Using Size of Source Buffer) The product uses the size of a source buffer when reading from or writing to a destination buffer, which may cause it to access memory that is outside of the bounds of the buffer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Untrusted Pointer Dereference - (822) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 822 (Untrusted Pointer Dereference) The product obtains a value from an untrusted source, converts this value to a pointer, and dereferences the resulting pointer. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Out-of-range Pointer Offset - (823) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 823 (Use of Out-of-range Pointer Offset) The product performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.Untrusted pointer offset Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access of Uninitialized Pointer - (824) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 824 (Access of Uninitialized Pointer) The product accesses or uses a pointer that has not been initialized. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Expired Pointer Dereference - (825) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 825 (Expired Pointer Dereference) The product dereferences a pointer that contains a location for memory that was previously valid, but is no longer valid.Dangling pointer Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Double Free - (415) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 825 (Expired Pointer Dereference) > 415 (Double Free) The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.Double-free Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use After Free - (416) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 118 (Incorrect Access of Indexable Resource ('Range Error')) > 119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) > 825 (Expired Pointer Dereference) > 416 (Use After Free) The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Dangling pointerUAFUse-After-Free Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Creation of Emergent Resource - (1229) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1229 (Creation of Emergent Resource) The product manages resources or behaves in a way that indirectly creates a new, distinct resource that can be used by attackers in violation of the intended policy. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Covert Channel - (514) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1229 (Creation of Emergent Resource) > 514 (Covert Channel) A covert channel is a path that can be used to transfer information in a way not intended by the system's designers. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Covert Timing Channel - (385) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1229 (Creation of Emergent Resource) > 514 (Covert Channel) > 385 (Covert Timing Channel) Covert timing channels convey information by modulating some aspect of system behavior over time, so that the program receiving the information can observe system behavior and infer protected information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Covert Storage Channel - (515) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1229 (Creation of Emergent Resource) > 514 (Covert Channel) > 515 (Covert Storage Channel) A covert storage channel transfers information through the setting of bits by one program and the reading of those bits by another. What distinguishes this case from that of ordinary operation is that the bits are used to convey encoded information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Preservation of Consistency Between Independent Representations of Shared State - (1250) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1250 (Improper Preservation of Consistency Between Independent Representations of Shared State) The product has or supports multiple distributed components or sub-systems that are each required to keep their own local copy of shared data - such as state or cache - but the product does not ensure that all local copies remain consistent with each other. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Application-Level Admin Tool with Inconsistent View of Underlying Operating System - (1249) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1250 (Improper Preservation of Consistency Between Independent Representations of Shared State) > 1249 (Application-Level Admin Tool with Inconsistent View of Underlying Operating System) The product provides an application for administrators to manage parts of the underlying operating system, but the application does not accurately identify all of the relevant entities or resources that exist in the OS; that is, the application's model of the OS's state is inconsistent with the OS's actual state.Ghost in the Shell Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Mirrored Regions with Different Values - (1251) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1250 (Improper Preservation of Consistency Between Independent Representations of Shared State) > 1251 (Mirrored Regions with Different Values) The product's architecture mirrors regions without ensuring that their contents always stay in sync. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Component That is Not Updateable - (1329) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1329 (Reliance on Component That is Not Updateable) The product contains a component that cannot be updated or patched in order to remove vulnerabilities or significant bugs. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Firmware Not Updateable - (1277) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1329 (Reliance on Component That is Not Updateable) > 1277 (Firmware Not Updateable) The product does not provide its
users with the ability to update or patch its
firmware to address any vulnerabilities or
weaknesses that may be present. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Ability to Patch ROM Code - (1310) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 1329 (Reliance on Component That is Not Updateable) > 1310 (Missing Ability to Patch ROM Code) Missing an ability to patch ROM code may leave a System or System-on-Chip (SoC) in a vulnerable state. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Information Loss or Omission - (221) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) The product does not record, or improperly records, security-relevant information that leads to an incorrect decision or hampers later analysis. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Truncation of Security-relevant Information - (222) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 222 (Truncation of Security-relevant Information) The product truncates the display, recording, or processing of security-relevant information in a way that can obscure the source or nature of an attack. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Omission of Security-relevant Information - (223) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 223 (Omission of Security-relevant Information) The product does not record or display information that would be important for identifying the source or nature of an attack, or determining if an action is safe. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Logging - (778) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 223 (Omission of Security-relevant Information) > 778 (Insufficient Logging) When a security-critical event occurs, the product either does not record the event or omits important details about the event when logging it. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Obscured Security-relevant Information by Alternate Name - (224) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 224 (Obscured Security-relevant Information by Alternate Name) The product records security-relevant information according to an alternate name of the affected entity, instead of the canonical name. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Product UI does not Warn User of Unsafe Actions - (356) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 356 (Product UI does not Warn User of Unsafe Actions) The product's user interface does not warn the user before undertaking an unsafe action on behalf of that user. This makes it easier for attackers to trick users into inflicting damage to their system. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Declaration of Catch for Generic Exception - (396) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 396 (Declaration of Catch for Generic Exception) Catching overly broad exceptions promotes complex error handling code that is more likely to contain security vulnerabilities. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Declaration of Throws for Generic Exception - (397) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 397 (Declaration of Throws for Generic Exception) Throwing overly broad exceptions promotes complex error handling code that is more likely to contain security vulnerabilities. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.User Interface (UI) Misrepresentation of Critical Information - (451) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 451 (User Interface (UI) Misrepresentation of Critical Information) The user interface (UI) does not properly represent critical information to the user, allowing the information - or its source - to be obscured or spoofed. This is often a component in phishing attacks. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Visual Distinction of Homoglyphs Presented to User - (1007) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 451 (User Interface (UI) Misrepresentation of Critical Information) > 1007 (Insufficient Visual Distinction of Homoglyphs Presented to User) The product displays information or identifiers to a user, but the display mechanism does not make it easy for the user to distinguish between visually similar or identical glyphs (homoglyphs), which may cause the user to misinterpret a glyph and perform an unintended, insecure action.Homograph Attack Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Rendered UI Layers or Frames - (1021) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 221 (Information Loss or Omission) > 451 (User Interface (UI) Misrepresentation of Critical Information) > 1021 (Improper Restriction of Rendered UI Layers or Frames) The web application does not restrict or incorrectly restricts frame objects or UI layers that belong to another application or domain, which can lead to user confusion about which interface the user is interacting with.ClickjackingUI Redress AttackTapjacking Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incomplete Internal State Distinction - (372) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 372 (Incomplete Internal State Distinction) The product does not properly determine which state it is in, causing it to assume it is in state X when in fact it is in state Y, causing it to perform incorrect operations in a security-relevant manner. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Uncontrolled Resource Consumption - (400) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.Resource Exhaustion Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Use of Autoboxing and Unboxing for Performance Critical Operations - (1235) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 1235 (Incorrect Use of Autoboxing and Unboxing for Performance Critical Operations) The code uses boxed primitives, which may introduce inefficiencies into performance-critical operations. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Write Handling in Limited-write Non-Volatile Memories - (1246) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 1246 (Improper Write Handling in Limited-write Non-Volatile Memories) The product does not implement or incorrectly implements wear leveling operations in limited-write non-volatile memories. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Asymmetric Resource Consumption (Amplification) - (405) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) The product does not properly control situations in which an adversary can cause the product to consume or produce excessive resources without requiring the adversary to invest equivalent work or otherwise prove authorization, i.e., the adversary's influence is "asymmetric." Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Excessive Platform Resource Consumption within a Loop - (1050) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1050 (Excessive Platform Resource Consumption within a Loop) The product has a loop body or loop condition that contains a control element that directly or
indirectly consumes platform resources, e.g. messaging, sessions, locks, or file
descriptors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Data Resource Access without Use of Connection Pooling - (1072) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1072 (Data Resource Access without Use of Connection Pooling) The product accesses a data resource through a database without using a
connection pooling capability. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Non-SQL Invokable Control Element with Excessive Number of Data Resource Accesses - (1073) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1073 (Non-SQL Invokable Control Element with Excessive Number of Data Resource Accesses) The product contains a client with a function or method that contains a large number of data accesses/queries that are sent through a data manager, i.e., does not use efficient database capabilities. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Invokable Control Element with Excessive File or Data Access Operations - (1084) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1084 (Invokable Control Element with Excessive File or Data Access Operations) A function or method contains too many
operations that utilize a data manager or file resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Large Data Table with Excessive Number of Indices - (1089) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1089 (Large Data Table with Excessive Number of Indices) The product uses a large data table that contains an excessively large number of
indices. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Excessive Index Range Scan for a Data Resource - (1094) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1094 (Excessive Index Range Scan for a Data Resource) The product contains an index range scan for a large data table,
but the scan can cover a large number of rows. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Inefficient CPU Computation - (1176) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) The product performs CPU computations using
algorithms that are not as efficient as they could be for the
needs of the developer, i.e., the computations can be
optimized further. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Static Member Data Element outside of a Singleton Class Element - (1042) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) > 1042 (Static Member Data Element outside of a Singleton Class Element) The code contains a member element that is declared as static (but not final), in which
its parent class element
is not a singleton class - that is, a class element that can be used only once in
the 'to' association of a Create action. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Creation of Immutable Text Using String Concatenation - (1046) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) > 1046 (Creation of Immutable Text Using String Concatenation) The product creates an immutable text string using string concatenation operations. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Excessive Data Query Operations in a Large Data Table - (1049) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) > 1049 (Excessive Data Query Operations in a Large Data Table) The product performs a data query with a large number of joins
and sub-queries on a large data table. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Creation of Class Instance within a Static Code Block - (1063) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) > 1063 (Creation of Class Instance within a Static Code Block) A static code block creates an instance of a class. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Excessive Execution of Sequential Searches of Data Resource - (1067) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 1176 (Inefficient CPU Computation) > 1067 (Excessive Execution of Sequential Searches of Data Resource) The product contains a data query against an SQL table or view
that is configured in a way that does not utilize an index and may cause
sequential searches to be performed. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insufficient Control of Network Message Volume (Network Amplification) - (406) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 406 (Insufficient Control of Network Message Volume (Network Amplification)) The product does not sufficiently monitor or control transmitted network traffic volume, so that an actor can cause the product to transmit more traffic than should be allowed for that actor. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Inefficient Algorithmic Complexity - (407) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 407 (Inefficient Algorithmic Complexity) An algorithm in a product has an inefficient worst-case computational complexity that may be detrimental to system performance and can be triggered by an attacker, typically using crafted manipulations that ensure that the worst case is being reached.Quadratic Complexity Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Inefficient Regular Expression Complexity - (1333) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 407 (Inefficient Algorithmic Complexity) > 1333 (Inefficient Regular Expression Complexity) The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.ReDoSRegular Expression Denial of ServiceCatastrophic backtracking Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Behavior Order: Early Amplification - (408) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 408 (Incorrect Behavior Order: Early Amplification) The product allows an entity to perform a legitimate but expensive operation before authentication or authorization has taken place. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Highly Compressed Data (Data Amplification) - (409) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 409 (Improper Handling of Highly Compressed Data (Data Amplification)) The product does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion') - (776) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 405 (Asymmetric Resource Consumption (Amplification)) > 776 (Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')) The product uses XML documents and allows their structure to be defined with a Document Type Definition (DTD), but it does not properly control the number of recursive definitions of entities.XEEBillion Laughs AttackXML Bomb Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Allocation of Resources Without Limits or Throttling - (770) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 770 (Allocation of Resources Without Limits or Throttling) The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improperly Controlled Sequential Memory Allocation - (1325) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 770 (Allocation of Resources Without Limits or Throttling) > 1325 (Improperly Controlled Sequential Memory Allocation) The product manages a group of objects or resources and performs a separate memory allocation for each object, but it does not properly limit the total amount of memory that is consumed by all of the combined objects.Stack Exhaustion Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Allocation of File Descriptors or Handles Without Limits or Throttling - (774) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 770 (Allocation of Resources Without Limits or Throttling) > 774 (Allocation of File Descriptors or Handles Without Limits or Throttling) The product allocates file descriptors or handles on behalf of an actor without imposing any restrictions on how many descriptors can be allocated, in violation of the intended security policy for that actor.File Descriptor Exhaustion Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Memory Allocation with Excessive Size Value - (789) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 770 (Allocation of Resources Without Limits or Throttling) > 789 (Memory Allocation with Excessive Size Value) The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.Stack Exhaustion Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Reference to Active Allocated Resource - (771) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 771 (Missing Reference to Active Allocated Resource) The product does not properly maintain a reference to a resource that has been allocated, which prevents the resource from being reclaimed. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Reference to Active File Descriptor or Handle - (773) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 771 (Missing Reference to Active Allocated Resource) > 773 (Missing Reference to Active File Descriptor or Handle) The product does not properly maintain references to a file descriptor or handle, which prevents that file descriptor/handle from being reclaimed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Logging of Excessive Data - (779) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 779 (Logging of Excessive Data) The product logs too much information, making log files hard to process and possibly hindering recovery efforts or forensic analysis after an attack. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Power Consumption - (920) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 400 (Uncontrolled Resource Consumption) > 920 (Improper Restriction of Power Consumption) The product operates in an environment in which power is a limited resource that cannot be automatically replenished, but the product does not properly restrict the amount of power that its operation consumes. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Resource Shutdown or Release - (404) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) The product does not release or incorrectly releases a resource before it is made available for re-use. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Scrubbing of Sensitive Data from Decommissioned Device - (1266) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 1266 (Improper Scrubbing of Sensitive Data from Decommissioned Device) The product does not properly provide a capability for the product administrator to remove sensitive data at the time the product is decommissioned. A scrubbing capability could be missing, insufficient, or incorrect. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Check for Certificate Revocation - (299) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 299 (Improper Check for Certificate Revocation) The product does not check or incorrectly checks the revocation status of a certificate, which may cause it to use a certificate that has been compromised. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Check for Certificate Revocation after Initial Check - (370) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 299 (Improper Check for Certificate Revocation) > 370 (Missing Check for Certificate Revocation after Initial Check) The product does not check the revocation status of a certificate after its initial revocation check, which can cause the product to perform privileged actions even after the certificate is revoked at a later time. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incomplete Cleanup - (459) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) The product does not properly "clean up" and remove temporary or supporting resources after they have been used.Insufficient Cleanup Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Information in Resource Not Removed Before Reuse - (226) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) The product releases a resource such as memory or a file so that it can be made available for reuse, but it does not clear or "zeroize" the information contained in the resource before the product performs a critical state transition or makes the resource available for reuse by other entities. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Zeroization of Hardware Register - (1239) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1239 (Improper Zeroization of Hardware Register) The hardware product does not properly clear sensitive information from built-in registers when the user of the hardware block changes. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Information Uncleared Before Debug/Power State Transition - (1272) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1272 (Sensitive Information Uncleared Before Debug/Power State Transition) The product performs a power or debug state transition, but it does not clear sensitive information that should no longer be accessible due to changes to information access restrictions. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient or Incomplete Data Removal within Hardware Component - (1301) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1301 (Insufficient or Incomplete Data Removal within Hardware Component) The product's data removal process does not completely delete all data and potentially sensitive information within hardware components. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Remanent Data Readable after Memory Erase - (1330) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1301 (Insufficient or Incomplete Data Removal within Hardware Component) > 1330 (Remanent Data Readable after Memory Erase) Confidential information stored in memory circuits is readable or recoverable after being cleared or erased. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Information Exposure through Microarchitectural State after Transient Execution - (1342) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1342 (Information Exposure through Microarchitectural State after Transient Execution) The processor does not properly clear microarchitectural state after incorrect microcode assists or speculative execution, resulting in transient execution. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Clearing of Heap Memory Before Release ('Heap Inspection') - (244) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 244 (Improper Clearing of Heap Memory Before Release ('Heap Inspection')) Using realloc() to resize buffers that store sensitive information can leave the sensitive information exposed to attack, because it is not removed from memory. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Cleanup on Thrown Exception - (460) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 460 (Improper Cleanup on Thrown Exception) The product does not clean up its state or incorrectly cleans up its state when an exception is thrown, leading to unexpected state or control flow. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.finalize() Method Without super.finalize() - (568) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 459 (Incomplete Cleanup) > 568 (finalize() Method Without super.finalize()) The product contains a finalize() method that does not call super.finalize(). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Release of Invalid Pointer or Reference - (763) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 763 (Release of Invalid Pointer or Reference) The product attempts to return a memory resource to the system, but it calls the wrong release function or calls the appropriate release function incorrectly. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Free of Pointer not at Start of Buffer - (761) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 763 (Release of Invalid Pointer or Reference) > 761 (Free of Pointer not at Start of Buffer) The product calls free() on a pointer to a memory resource that was allocated on the heap, but the pointer is not at the start of the buffer. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Mismatched Memory Management Routines - (762) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 763 (Release of Invalid Pointer or Reference) > 762 (Mismatched Memory Management Routines) The product attempts to return a memory resource to the system, but it calls a release function that is not compatible with the function that was originally used to allocate that resource. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Free of Memory not on the Heap - (590) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 763 (Release of Invalid Pointer or Reference) > 762 (Mismatched Memory Management Routines) > 590 (Free of Memory not on the Heap) The product calls free() on a pointer to memory that was not allocated using associated heap allocation functions such as malloc(), calloc(), or realloc(). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Release of Resource after Effective Lifetime - (772) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 772 (Missing Release of Resource after Effective Lifetime) The product does not release a resource after its effective lifetime has ended, i.e., after the resource is no longer needed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Object without Invoking Destructor Method - (1091) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 772 (Missing Release of Resource after Effective Lifetime) > 1091 (Use of Object without Invoking Destructor Method) The product contains a method that accesses an object but does not later invoke
the element's associated finalize/destructor method. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Release of Memory after Effective Lifetime - (401) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 772 (Missing Release of Resource after Effective Lifetime) > 401 (Missing Release of Memory after Effective Lifetime) The product does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.Memory Leak Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Release of File Descriptor or Handle after Effective Lifetime - (775) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 404 (Improper Resource Shutdown or Release) > 772 (Missing Release of Resource after Effective Lifetime) > 775 (Missing Release of File Descriptor or Handle after Effective Lifetime) The product does not release a file descriptor or handle after its effective lifetime has ended, i.e., after the file descriptor/handle is no longer needed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Resource Pool - (410) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 410 (Insufficient Resource Pool) The product's resource pool is not large enough to handle peak demand, which allows an attacker to prevent others from accessing the resource by using a (relatively) large number of requests for resources. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Modification of Assumed-Immutable Data (MAID) - (471) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 471 (Modification of Assumed-Immutable Data (MAID)) The product does not properly protect an assumed-immutable element from being modified by an attacker. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Reliance on IP Address for Authentication - (291) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 471 (Modification of Assumed-Immutable Data (MAID)) > 291 (Reliance on IP Address for Authentication) The product uses an IP address for authentication. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of Assumed-Immutable Web Parameter - (472) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 471 (Modification of Assumed-Immutable Data (MAID)) > 472 (External Control of Assumed-Immutable Web Parameter) The web application does not sufficiently verify inputs that are assumed to be immutable but are actually externally controllable, such as hidden form fields.Assumed-Immutable Parameter Tampering Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.PHP External Variable Modification - (473) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 471 (Modification of Assumed-Immutable Data (MAID)) > 473 (PHP External Variable Modification) A PHP application does not properly protect against the modification of variables from external sources, such as query parameters or cookies. This can expose the application to numerous weaknesses that would not exist otherwise. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Public Static Final Field References Mutable Object - (607) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 471 (Modification of Assumed-Immutable Data (MAID)) > 607 (Public Static Final Field References Mutable Object) A public or protected static final field references a mutable object, which allows the object to be changed by malicious code, or accidentally from another package. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Package-level Scope - (487) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 487 (Reliance on Package-level Scope) Java packages are not inherently closed; therefore, relying on them for code security is not a good practice. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Private Data Structure Returned From A Public Method - (495) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 495 (Private Data Structure Returned From A Public Method) The product has a method that is declared public, but returns a reference to a private data structure, which could then be modified in unexpected ways. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Public Data Assigned to Private Array-Typed Field - (496) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 496 (Public Data Assigned to Private Array-Typed Field) Assigning public data to a private array is equivalent to giving public access to the array. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Trust Boundary Violation - (501) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 501 (Trust Boundary Violation) The product mixes trusted and untrusted data in the same data structure or structured message. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.clone() Method Without super.clone() - (580) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 580 (clone() Method Without super.clone()) The product contains a clone() method that does not call super.clone() to obtain the new object. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Externally Controlled Reference to a Resource in Another Sphere - (610) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) The product uses an externally controlled name or reference that resolves to a resource that is outside of the intended control sphere. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of System or Configuration Setting - (15) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 15 (External Control of System or Configuration Setting) One or more system settings or configuration elements can be externally controlled by a user. Composite - a Compound Element that consists of two or more distinct weaknesses, in which all weaknesses must be present at the same time in order for a potential vulnerability to arise. Removing any of the weaknesses eliminates or sharply reduces the risk. One weakness, X, can be "broken down" into component weaknesses Y and Z. There can be cases in which one weakness might not be essential to a composite, but changes the nature of the composite when it becomes a vulnerability.Session Fixation - (384) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 384 (Session Fixation) Authenticating a user, or otherwise establishing a new user session, without invalidating any existing session identifier gives an attacker the opportunity to steal authenticated sessions. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Unintended Proxy or Intermediary ('Confused Deputy') - (441) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 441 (Unintended Proxy or Intermediary ('Confused Deputy')) The product receives a request, message, or directive from an upstream component, but the product does not sufficiently preserve the original source of the request before forwarding the request to an external actor that is outside of the product's control sphere. This causes the product to appear to be the source of the request, leading it to act as a proxy or other intermediary between the upstream component and the external actor.Confused Deputy Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of Rendered UI Layers or Frames - (1021) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 441 (Unintended Proxy or Intermediary ('Confused Deputy')) > 1021 (Improper Restriction of Rendered UI Layers or Frames) The web application does not restrict or incorrectly restricts frame objects or UI layers that belong to another application or domain, which can lead to user confusion about which interface the user is interacting with.ClickjackingUI Redress AttackTapjacking Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Server-Side Request Forgery (SSRF) - (918) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 441 (Unintended Proxy or Intermediary ('Confused Deputy')) > 918 (Server-Side Request Forgery (SSRF)) The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.XSPA Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') - (470) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 470 (Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')) The product uses external input with reflection to select which classes or code to use, but it does not sufficiently prevent the input from selecting improper classes or code.Reflection Injection Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.URL Redirection to Untrusted Site ('Open Redirect') - (601) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 601 (URL Redirection to Untrusted Site ('Open Redirect')) A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks.Open RedirectCross-site RedirectCross-domain Redirect Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Restriction of XML External Entity Reference - (611) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 611 (Improper Restriction of XML External Entity Reference) The product processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output.XXE Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of File Name or Path - (73) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 73 (External Control of File Name or Path) The product allows user input to control or influence paths or file names that are used in filesystem operations. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Process Control - (114) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 610 (Externally Controlled Reference to a Resource in Another Sphere) > 73 (External Control of File Name or Path) > 114 (Process Control) Executing commands or loading libraries from an untrusted source or in an untrusted environment can cause an application to execute malicious commands (and payloads) on behalf of an attacker. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Synchronization - (662) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) The product utilizes multiple threads or processes to allow temporary access to a shared resource that can only be exclusive to one process at a time, but it does not properly synchronize these actions, which might cause simultaneous accesses of this resource by multiple threads or processes. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element - (1058) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 1058 (Invokable Control Element in Multi-Thread Context with non-Final Static Storable or Member Element) The code contains a function or method that
operates in a multi-threaded environment but owns an unsafe non-final
static storable or member data element. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of a Non-reentrant Function in a Concurrent Context - (663) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 663 (Use of a Non-reentrant Function in a Concurrent Context) The product calls a non-reentrant function in a concurrent context in which a competing code sequence (e.g. thread or signal handler) may have an opportunity to call the same function or otherwise influence its state. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Signal Handler Use of a Non-reentrant Function - (479) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 663 (Use of a Non-reentrant Function in a Concurrent Context) > 479 (Signal Handler Use of a Non-reentrant Function) The product defines a signal handler that calls a non-reentrant function. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of getlogin() in Multithreaded Application - (558) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 663 (Use of a Non-reentrant Function in a Concurrent Context) > 558 (Use of getlogin() in Multithreaded Application) The product uses the getlogin() function in a multithreaded context, potentially causing it to return incorrect values. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Locking - (667) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Lock Behavior After Power State Transition - (1232) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 1232 (Improper Lock Behavior After Power State Transition) Register lock bit protection disables changes to system configuration once the bit is set. Some of the protected registers or lock bits become programmable after power state transitions (e.g., Entry and wake from low power sleep modes) causing the system configuration to be changeable. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Security-Sensitive Hardware Controls with Missing Lock Bit Protection - (1233) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 1233 (Security-Sensitive Hardware Controls with Missing Lock Bit Protection) The product uses a register lock bit protection mechanism, but it does not ensure that the lock bit prevents modification of system registers or controls that perform changes to important hardware system configuration. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Hardware Internal or Debug Modes Allow Override of Locks - (1234) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 1234 (Hardware Internal or Debug Modes Allow Override of Locks) System configuration protection may be bypassed during debug mode. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unrestricted Externally Accessible Lock - (412) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 412 (Unrestricted Externally Accessible Lock) The product properly checks for the existence of a lock, but the lock can be externally controlled or influenced by an actor that is outside of the intended sphere of control. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Resource Locking - (413) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 413 (Improper Resource Locking) The product does not lock or does not correctly lock a resource when the product must have exclusive access to the resource. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Data Storage in Improperly Locked Memory - (591) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 413 (Improper Resource Locking) > 591 (Sensitive Data Storage in Improperly Locked Memory) The product stores sensitive data in memory that is not locked, or that has been incorrectly locked, which might cause the memory to be written to swap files on disk by the virtual memory manager. This can make the data more accessible to external actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Lock Check - (414) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 414 (Missing Lock Check) A product does not check to see if a lock is present before performing sensitive operations on a resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Double-Checked Locking - (609) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 609 (Double-Checked Locking) The product uses double-checked locking to access a resource without the overhead of explicit synchronization, but the locking is insufficient. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Multiple Locks of a Critical Resource - (764) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 764 (Multiple Locks of a Critical Resource) The product locks a critical resource more times than intended, leading to an unexpected state in the system. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Multiple Unlocks of a Critical Resource - (765) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 765 (Multiple Unlocks of a Critical Resource) The product unlocks a critical resource more times than intended, leading to an unexpected state in the system. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unlock of a Resource that is not Locked - (832) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 832 (Unlock of a Resource that is not Locked) The product attempts to unlock a resource that is not locked. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Deadlock - (833) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 667 (Improper Locking) > 833 (Deadlock) The product contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Synchronization - (820) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 820 (Missing Synchronization) The product utilizes a shared resource in a concurrent manner but does not attempt to synchronize access to the resource. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Singleton Class Instance Creation without Proper Locking or Synchronization - (1096) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 820 (Missing Synchronization) > 1096 (Singleton Class Instance Creation without Proper Locking or Synchronization) The product implements a Singleton design pattern but does not use appropriate locking or other synchronization mechanism to ensure that the singleton class is only instantiated once. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Singleton Pattern Without Synchronization in a Multithreaded Context - (543) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 820 (Missing Synchronization) > 543 (Use of Singleton Pattern Without Synchronization in a Multithreaded Context) The product uses the singleton pattern when creating a resource within a multithreaded environment. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unsynchronized Access to Shared Data in a Multithreaded Context - (567) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 820 (Missing Synchronization) > 567 (Unsynchronized Access to Shared Data in a Multithreaded Context) The product does not properly synchronize shared data, such as static variables across threads, which can lead to undefined behavior and unpredictable data changes. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Synchronization - (821) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 821 (Incorrect Synchronization) The product utilizes a shared resource in a concurrent manner, but it does not correctly synchronize access to the resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Synchronous Access of Remote Resource without Timeout - (1088) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 821 (Incorrect Synchronization) > 1088 (Synchronous Access of Remote Resource without Timeout) The code has a synchronous call to a remote resource, but there is no timeout for the call, or the timeout is set to infinite. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Hardware Logic with Insecure De-Synchronization between Control and Data Channels - (1264) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 821 (Incorrect Synchronization) > 1264 (Hardware Logic with Insecure De-Synchronization between Control and Data Channels) The hardware logic for error handling and security checks can incorrectly forward data before the security check is complete. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Call to Thread run() instead of start() - (572) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 821 (Incorrect Synchronization) > 572 (Call to Thread run() instead of start()) The product calls a thread's run() method instead of calling start(), which causes the code to run in the thread of the caller instead of the callee. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.EJB Bad Practices: Use of Synchronization Primitives - (574) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 662 (Improper Synchronization) > 821 (Incorrect Synchronization) > 574 (EJB Bad Practices: Use of Synchronization Primitives) The product violates the Enterprise JavaBeans (EJB) specification by using thread synchronization primitives. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Initialization - (665) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) The product does not initialize or incorrectly initializes a resource, which might leave the resource in an unexpected state when it is accessed or used. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Cryptographic Operations are run Before Supporting Units are Ready - (1279) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1279 (Cryptographic Operations are run Before Supporting Units are Ready) Performing cryptographic operations without ensuring that the supporting inputs are ready to supply valid data may compromise the cryptographic result. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Initialization of Resource - (1419) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) The product attempts to initialize a resource but does not correctly do so, which might leave the resource in an unexpected, incorrect, or insecure state when it is accessed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Initialization with Hard-Coded Network Resource Configuration Data - (1051) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 1051 (Initialization with Hard-Coded Network Resource Configuration Data) The product initializes data using hard-coded values that act as network resource identifiers. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Excessive Use of Hard-Coded Literals in Initialization - (1052) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 1052 (Excessive Use of Hard-Coded Literals in Initialization) The product initializes a data element using a hard-coded
literal that is not a simple integer or static constant element. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Initialization of a Resource with an Insecure Default - (1188) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 1188 (Initialization of a Resource with an Insecure Default) The product initializes or sets a resource with a default that is intended to be changed by the administrator, but the default is not secure. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insecure Default Variable Initialization - (453) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 1188 (Initialization of a Resource with an Insecure Default) > 453 (Insecure Default Variable Initialization) The product, by default, initializes an internal variable with an insecure or less secure value than is possible. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Register Defaults or Module Parameters - (1221) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 1221 (Incorrect Register Defaults or Module Parameters) Hardware description language code incorrectly defines register defaults or hardware Intellectual Property (IP) parameters to insecure values. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Initialization of Trusted Variables or Data Stores - (454) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 1419 (Incorrect Initialization of Resource) > 454 (External Initialization of Trusted Variables or Data Stores) The product initializes critical internal variables or data stores using inputs that can be modified by untrusted actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Non-exit on Failed Initialization - (455) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 455 (Non-exit on Failed Initialization) The product does not exit or otherwise modify its operation when security-relevant errors occur during initialization, such as when a configuration file has a format error or a hardware security module (HSM) cannot be activated, which can cause the product to execute in a less secure fashion than intended by the administrator. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Allocation of Resources Without Limits or Throttling - (770) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 770 (Allocation of Resources Without Limits or Throttling) The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improperly Controlled Sequential Memory Allocation - (1325) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 770 (Allocation of Resources Without Limits or Throttling) > 1325 (Improperly Controlled Sequential Memory Allocation) The product manages a group of objects or resources and performs a separate memory allocation for each object, but it does not properly limit the total amount of memory that is consumed by all of the combined objects.Stack Exhaustion Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Allocation of File Descriptors or Handles Without Limits or Throttling - (774) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 770 (Allocation of Resources Without Limits or Throttling) > 774 (Allocation of File Descriptors or Handles Without Limits or Throttling) The product allocates file descriptors or handles on behalf of an actor without imposing any restrictions on how many descriptors can be allocated, in violation of the intended security policy for that actor.File Descriptor Exhaustion Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Memory Allocation with Excessive Size Value - (789) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 770 (Allocation of Resources Without Limits or Throttling) > 789 (Memory Allocation with Excessive Size Value) The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.Stack Exhaustion Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Uninitialized Resource - (908) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 908 (Use of Uninitialized Resource) The product uses or accesses a resource that has not been initialized. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Uninitialized Variable - (457) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 908 (Use of Uninitialized Resource) > 457 (Use of Uninitialized Variable) The code uses a variable that has not been initialized, leading to unpredictable or unintended results. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Missing Initialization of Resource - (909) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 909 (Missing Initialization of Resource) The product does not initialize a critical resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Uninitialized Value on Reset for Registers Holding Security Settings - (1271) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 909 (Missing Initialization of Resource) > 1271 (Uninitialized Value on Reset for Registers Holding Security Settings) Security-critical logic is not set to a known value on reset. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Missing Initialization of a Variable - (456) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 665 (Improper Initialization) > 909 (Missing Initialization of Resource) > 456 (Missing Initialization of a Variable) The product does not initialize critical variables, which causes the execution environment to use unexpected values. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Operation on Resource in Wrong Phase of Lifetime - (666) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) The product performs an operation on a resource at the wrong phase of the resource's lifecycle, which can lead to unexpected behaviors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Double Free - (415) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 415 (Double Free) The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.Double-free Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Authentication Bypass: OpenSSL CTX Object Modified after SSL Objects are Created - (593) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 593 (Authentication Bypass: OpenSSL CTX Object Modified after SSL Objects are Created) The product modifies the SSL context after connection creation has begun. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Multiple Binds to the Same Port - (605) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 605 (Multiple Binds to the Same Port) When multiple sockets are allowed to bind to the same port, other services on that port may be stolen or spoofed. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Operation on a Resource after Expiration or Release - (672) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) The product uses, accesses, or otherwise operates on a resource after that resource has been expired, released, or revoked. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Validation of Certificate Expiration - (298) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 298 (Improper Validation of Certificate Expiration) A certificate expiration is not validated or is incorrectly validated, so trust may be assigned to certificates that have been abandoned due to age. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of a Key Past its Expiration Date - (324) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 324 (Use of a Key Past its Expiration Date) The product uses a cryptographic key or password past its expiration date, which diminishes its safety significantly by increasing the timing window for cracking attacks against that key. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient Session Expiration - (613) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 613 (Insufficient Session Expiration) According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization." Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Expired Pointer Dereference - (825) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 825 (Expired Pointer Dereference) The product dereferences a pointer that contains a location for memory that was previously valid, but is no longer valid.Dangling pointer Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Double Free - (415) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 825 (Expired Pointer Dereference) > 415 (Double Free) The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.Double-free Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use After Free - (416) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 825 (Expired Pointer Dereference) > 416 (Use After Free) The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Dangling pointerUAFUse-After-Free Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Expired File Descriptor - (910) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 672 (Operation on a Resource after Expiration or Release) > 910 (Use of Expired File Descriptor) The product uses or accesses a file descriptor after it has been closed.Stale file descriptor Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Premature Release of Resource During Expected Lifetime - (826) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 666 (Operation on Resource in Wrong Phase of Lifetime) > 826 (Premature Release of Resource During Expected Lifetime) The product releases a resource that is still intended to be used by itself or another actor. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Exposure of Resource to Wrong Sphere - (668) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Isolation of Shared Resources on System-on-a-Chip (SoC) - (1189) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 1189 (Improper Isolation of Shared Resources on System-on-a-Chip (SoC)) The System-On-a-Chip (SoC) does not properly isolate shared resources between trusted and untrusted agents. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Non-Transparent Sharing of Microarchitectural Resources - (1303) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 1189 (Improper Isolation of Shared Resources on System-on-a-Chip (SoC)) > 1303 (Non-Transparent Sharing of Microarchitectural Resources) Hardware structures shared across execution contexts (e.g., caches and branch predictors) can violate the expected architecture isolation between contexts. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Assumed-Immutable Data is Stored in Writable Memory - (1282) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 1282 (Assumed-Immutable Data is Stored in Writable Memory) Immutable data, such as a first-stage bootloader, device identifiers, and "write-once" configuration settings are stored in writable memory that can be re-programmed or updated in the field. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Binding to an Unrestricted IP Address - (1327) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 1327 (Binding to an Unrestricted IP Address) The product assigns the address 0.0.0.0 for a database server, a cloud service/instance, or any computing resource that communicates remotely. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Isolation of Shared Resources in Network On Chip (NoC) - (1331) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 1331 (Improper Isolation of Shared Resources in Network On Chip (NoC)) The Network On Chip (NoC) does not isolate or incorrectly isolates its on-chip-fabric and internal resources such that they are shared between trusted and untrusted agents, creating timing channels. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Externally-Controlled Format String - (134) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 134 (Use of Externally-Controlled Format String) The product uses a function that accepts a format string as an argument, but the format string originates from an external source. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Exposure of Sensitive Information to an Unauthorized Actor - (200) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.Information DisclosureInformation Leak Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive System Information Due to Uncleared Debug Information - (1258) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 1258 (Exposure of Sensitive System Information Due to Uncleared Debug Information) The hardware does not fully clear security-sensitive values, such as keys and intermediate values in cryptographic operations, when debug mode is entered. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Device Unlock Credential Sharing - (1273) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 1273 (Device Unlock Credential Sharing) The credentials necessary for unlocking a device are shared across multiple parties and may expose sensitive information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Debug Messages Revealing Unnecessary Information - (1295) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 1295 (Debug Messages Revealing Unnecessary Information) The product fails to adequately prevent the revealing of unnecessary and potentially sensitive system information within debugging messages. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insertion of Sensitive Information Into Sent Data - (201) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 201 (Insertion of Sensitive Information Into Sent Data) The code transmits data to another actor, but a portion of the data includes sensitive information that should not be accessible to that actor. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of GET Request Method With Sensitive Query Strings - (598) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 201 (Insertion of Sensitive Information Into Sent Data) > 598 (Use of GET Request Method With Sensitive Query Strings) The web application uses the HTTP GET method to process a request and includes sensitive information in the query string of that request. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Observable Discrepancy - (203) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) The product behaves differently or sends different responses under different circumstances in a way that is observable to an unauthorized actor, which exposes security-relevant information about the state of the product, such as whether a particular operation was successful or not.Side Channel Attack Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Protection of Physical Side Channels - (1300) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 1300 (Improper Protection of Physical Side Channels) The device does not contain sufficient protection
mechanisms to prevent physical side channels from exposing
sensitive information due to patterns in physically observable
phenomena such as variations in power consumption,
electromagnetic emissions (EME), or acoustic emissions. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Comparison Logic is Vulnerable to Power Side-Channel Attacks - (1255) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 1300 (Improper Protection of Physical Side Channels) > 1255 (Comparison Logic is Vulnerable to Power Side-Channel Attacks) A device's real time power consumption may be monitored during security token evaluation and the information gleaned may be used to determine the value of the reference token. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Non-Transparent Sharing of Microarchitectural Resources - (1303) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 1303 (Non-Transparent Sharing of Microarchitectural Resources) Hardware structures shared across execution contexts (e.g., caches and branch predictors) can violate the expected architecture isolation between contexts. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Observable Response Discrepancy - (204) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 204 (Observable Response Discrepancy) The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Observable Behavioral Discrepancy - (205) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 205 (Observable Behavioral Discrepancy) The product's behaviors indicate important differences that may be observed by unauthorized actors in a way that reveals (1) its internal state or decision process, or (2) differences from other products with equivalent functionality. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Observable Internal Behavioral Discrepancy - (206) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 205 (Observable Behavioral Discrepancy) > 206 (Observable Internal Behavioral Discrepancy) The product performs multiple behaviors that are combined to produce a single result, but the individual behaviors are observable separately in a way that allows attackers to reveal internal state or internal decision points. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Observable Behavioral Discrepancy With Equivalent Products - (207) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 205 (Observable Behavioral Discrepancy) > 207 (Observable Behavioral Discrepancy With Equivalent Products) The product operates in an environment in which its existence or specific identity should not be known, but it behaves differently than other products with equivalent functionality, in a way that is observable to an attacker. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Observable Timing Discrepancy - (208) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 208 (Observable Timing Discrepancy) Two separate operations in a product require different amounts of time to complete, in a way that is observable to an actor and reveals security-relevant information about the state of the product, such as whether a particular operation was successful or not. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Comparison Logic Granularity - (1254) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 203 (Observable Discrepancy) > 208 (Observable Timing Discrepancy) > 1254 (Incorrect Comparison Logic Granularity) The product's comparison logic is performed over a series of steps rather than across the entire string in one operation. If there is a comparison logic failure on one of these steps, the operation may be vulnerable to a timing attack that can result in the interception of the process for nefarious purposes. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Generation of Error Message Containing Sensitive Information - (209) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) The product generates an error message that includes sensitive information about its environment, users, or associated data. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Self-generated Error Message Containing Sensitive Information - (210) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 210 (Self-generated Error Message Containing Sensitive Information) The product identifies an error condition and creates its own diagnostic or error messages that contain sensitive information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Externally-Generated Error Message Containing Sensitive Information - (211) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 211 (Externally-Generated Error Message Containing Sensitive Information) The product performs an operation that triggers an external diagnostic or error message that is not directly generated or controlled by the product, such as an error generated by the programming language interpreter that a software application uses. The error can contain sensitive system information. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Information Through Shell Error Message - (535) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 211 (Externally-Generated Error Message Containing Sensitive Information) > 535 (Exposure of Information Through Shell Error Message) A command shell error message indicates that there exists an unhandled exception in the web application code. In many cases, an attacker can leverage the conditions that cause these errors in order to gain unauthorized access to the system. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Servlet Runtime Error Message Containing Sensitive Information - (536) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 211 (Externally-Generated Error Message Containing Sensitive Information) > 536 (Servlet Runtime Error Message Containing Sensitive Information) A servlet error message indicates that there exists an unhandled exception in your web application code and may provide useful information to an attacker. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Java Runtime Error Message Containing Sensitive Information - (537) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 211 (Externally-Generated Error Message Containing Sensitive Information) > 537 (Java Runtime Error Message Containing Sensitive Information) In many cases, an attacker can leverage the conditions that cause unhandled exception errors in order to gain unauthorized access to the system. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Server-generated Error Message Containing Sensitive Information - (550) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 209 (Generation of Error Message Containing Sensitive Information) > 550 (Server-generated Error Message Containing Sensitive Information) Certain conditions, such as network failure, will cause a server error message to be displayed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information Due to Incompatible Policies - (213) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 213 (Exposure of Sensitive Information Due to Incompatible Policies) The product's intended functionality exposes information to certain actors in accordance with the developer's security policy, but this information is regarded as sensitive according to the intended security policies of other stakeholders such as the product's administrator, users, or others whose information is being processed. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insertion of Sensitive Information Into Debugging Code - (215) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 215 (Insertion of Sensitive Information Into Debugging Code) The product inserts sensitive information into debugging code, which could expose this information if the debugging code is not disabled in production. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Private Personal Information to an Unauthorized Actor - (359) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 359 (Exposure of Private Personal Information to an Unauthorized Actor) The product does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected.Privacy violationPrivacy leakPrivacy leakage Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive System Information to an Unauthorized Control Sphere - (497) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere) The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Invocation of Process Using Visible Sensitive Information - (214) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere) > 214 (Invocation of Process Using Visible Sensitive Information) A process is invoked with sensitive command-line arguments, environment variables, or other elements that can be seen by other processes on the operating system. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Information Through Directory Listing - (548) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 497 (Exposure of Sensitive System Information to an Unauthorized Control Sphere) > 548 (Exposure of Information Through Directory Listing) A directory listing is inappropriately exposed, yielding potentially sensitive information to attackers. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insertion of Sensitive Information into Externally-Accessible File or Directory - (538) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) The product places sensitive information into files or directories that are accessible to actors who are allowed to have access to the files, but not to the sensitive information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insertion of Sensitive Information into Log File - (532) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 532 (Insertion of Sensitive Information into Log File) Information written to log files can be of a sensitive nature and give valuable guidance to an attacker or expose sensitive user information. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Sensitive Information in Source Code - (540) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 540 (Inclusion of Sensitive Information in Source Code) Source code on a web server or repository often contains sensitive information and should generally not be accessible to users. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Sensitive Information in Test Code - (531) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 540 (Inclusion of Sensitive Information in Source Code) > 531 (Inclusion of Sensitive Information in Test Code) Accessible test applications can pose a variety of security risks. Since developers or administrators rarely consider that someone besides themselves would even know about the existence of these applications, it is common for them to contain sensitive information or functions. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Sensitive Information in an Include File - (541) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 540 (Inclusion of Sensitive Information in Source Code) > 541 (Inclusion of Sensitive Information in an Include File) If an include file source is accessible, the file can contain usernames and passwords, as well as sensitive information pertaining to the application and system. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Sensitive Information in Source Code Comments - (615) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 540 (Inclusion of Sensitive Information in Source Code) > 615 (Inclusion of Sensitive Information in Source Code Comments) While adding general comments is very useful, some programmers tend to leave important data, such as: filenames related to the web application, old links or links which were not meant to be browsed by users, old code fragments, etc. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of WSDL File Containing Sensitive Information - (651) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 200 (Exposure of Sensitive Information to an Unauthorized Actor) > 538 (Insertion of Sensitive Information into Externally-Accessible File or Directory) > 651 (Exposure of WSDL File Containing Sensitive Information) The Web services architecture may require exposing a Web Service Definition Language (WSDL) file that contains information on the publicly accessible services and how callers of these services should interact with them (e.g. what parameters they expect and what types they return). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') - (22) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Directory traversalPath traversal Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Relative Path Traversal - (23) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.Zip Slip Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '../filedir' - (24) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 24 (Path Traversal: '../filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/../filedir' - (25) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 25 (Path Traversal: '/../filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/dir/../filename' - (26) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 26 (Path Traversal: '/dir/../filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/dir/../filename" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'dir/../../filename' - (27) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 27 (Path Traversal: 'dir/../../filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize multiple internal "../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '..\filedir' - (28) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 28 (Path Traversal: '..\filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "..\" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\..\filename' - (29) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 29 (Path Traversal: '\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\dir\..\filename' - (30) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 30 (Path Traversal: '\dir\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\dir\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'dir\..\..\filename' - (31) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 31 (Path Traversal: 'dir\..\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize 'dir\..\..\filename' (multiple internal backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '...' (Triple Dot) - (32) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 32 (Path Traversal: '...' (Triple Dot)) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '...' (triple dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '....' (Multiple Dot) - (33) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 33 (Path Traversal: '....' (Multiple Dot)) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '....' (multiple dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '....//' - (34) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 34 (Path Traversal: '....//') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '....//' (doubled dot dot slash) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '.../...//' - (35) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 35 (Path Traversal: '.../...//') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled triple dot slash) sequences that can resolve to a location that is outside of that directory. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Absolute Path Traversal - (36) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/absolute/pathname/here' - (37) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 37 (Path Traversal: '/absolute/pathname/here') The product accepts input in the form of a slash absolute path ('/absolute/pathname/here') without appropriate validation, which can allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\absolute\pathname\here' - (38) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 38 (Path Traversal: '\absolute\pathname\here') The product accepts input in the form of a backslash absolute path ('\absolute\pathname\here') without appropriate validation, which can allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'C:dirname' - (39) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 39 (Path Traversal: 'C:dirname') The product accepts input that contains a drive letter or Windows volume letter ('C:dirname') that potentially redirects access to an unintended location or arbitrary file. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\\UNC\share\name\' (Windows UNC Share) - (40) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 40 (Path Traversal: '\\UNC\share\name\' (Windows UNC Share)) The product accepts input that identifies a Windows UNC share ('\\UNC\share\name') that potentially redirects access to an unintended location or arbitrary file. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Passing Mutable Objects to an Untrusted Method - (374) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 374 (Passing Mutable Objects to an Untrusted Method) The product sends non-cloned mutable data as an argument to a method or function. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Returning a Mutable Object to an Untrusted Caller - (375) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 375 (Returning a Mutable Object to an Untrusted Caller) Sending non-cloned mutable data as a return value may result in that data being altered or deleted by the calling function. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insecure Temporary File - (377) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 377 (Insecure Temporary File) Creating and using insecure temporary files can leave application and system data vulnerable to attack. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Creation of Temporary File With Insecure Permissions - (378) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 377 (Insecure Temporary File) > 378 (Creation of Temporary File With Insecure Permissions) Opening temporary files without appropriate measures or controls can leave the file, its contents and any function that it impacts vulnerable to attack. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Creation of Temporary File in Directory with Insecure Permissions - (379) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 377 (Insecure Temporary File) > 379 (Creation of Temporary File in Directory with Insecure Permissions) The product creates a temporary file in a directory whose permissions allow unintended actors to determine the file's existence or otherwise access that file. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Transmission of Private Resources into a New Sphere ('Resource Leak') - (402) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 402 (Transmission of Private Resources into a New Sphere ('Resource Leak')) The product makes resources available to untrusted parties when those resources are only intended to be accessed by the product.Resource Leak Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak') - (403) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 402 (Transmission of Private Resources into a New Sphere ('Resource Leak')) > 403 (Exposure of File Descriptor to Unintended Control Sphere ('File Descriptor Leak')) A process does not close sensitive file descriptors before invoking a child process, which allows the child to perform unauthorized I/O operations using those descriptors.File descriptor leak Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Dangling Database Cursor ('Cursor Injection') - (619) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 402 (Transmission of Private Resources into a New Sphere ('Resource Leak')) > 619 (Dangling Database Cursor ('Cursor Injection')) If a database cursor is not closed properly, then it could become accessible to other users while retaining the same privileges that were originally assigned, leaving the cursor "dangling." Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Uncontrolled Search Path Element - (427) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 427 (Uncontrolled Search Path Element) The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.DLL preloadingBinary plantingInsecure library loadingDependency confusion Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unquoted Search Path or Element - (428) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 428 (Unquoted Search Path or Element) The product uses a search path that contains an unquoted element, in which the element contains whitespace or other separators. This can cause the product to access resources in a parent path. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Data Element to Wrong Session - (488) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 488 (Exposure of Data Element to Wrong Session) The product does not sufficiently enforce boundaries between the states of different sessions, causing data to be provided to, or used by, the wrong session. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Public cloneable() Method Without Final ('Object Hijack') - (491) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 491 (Public cloneable() Method Without Final ('Object Hijack')) A class has a cloneable() method that is not declared final, which allows an object to be created without calling the constructor. This can cause the object to be in an unexpected state. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Inner Class Containing Sensitive Data - (492) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 492 (Use of Inner Class Containing Sensitive Data) Inner classes are translated into classes that are accessible at package scope and may expose code that the programmer intended to keep private to attackers. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Critical Public Variable Without Final Modifier - (493) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 493 (Critical Public Variable Without Final Modifier) The product has a critical public variable that is not final, which allows the variable to be modified to contain unexpected values. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Public Static Field Not Marked Final - (500) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 493 (Critical Public Variable Without Final Modifier) > 500 (Public Static Field Not Marked Final) An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Cloneable Class Containing Sensitive Information - (498) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 498 (Cloneable Class Containing Sensitive Information) The code contains a class with sensitive data, but the class is cloneable. The data can then be accessed by cloning the class. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Serializable Class Containing Sensitive Data - (499) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 499 (Serializable Class Containing Sensitive Data) The code contains a class with sensitive data, but the class does not explicitly deny serialization. The data can be accessed by serializing the class through another class. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insufficiently Protected Credentials - (522) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Plaintext Storage of a Password - (256) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 256 (Plaintext Storage of a Password) Storing a password in plaintext may result in a system compromise. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Storing Passwords in a Recoverable Format - (257) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 257 (Storing Passwords in a Recoverable Format) The storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users. In fact, it should be noted that recoverable encrypted passwords provide no significant benefit over plaintext passwords since they are subject not only to reuse by malicious attackers but also by malicious insiders. If a system administrator can recover a password directly, or use a brute force search on the available information, the administrator can use the password on other accounts. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Password in Configuration File - (260) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) The product stores a password in a configuration file that might be accessible to actors who do not know the password. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.ASP.NET Misconfiguration: Password in Configuration File - (13) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 13 (ASP.NET Misconfiguration: Password in Configuration File) Storing a plaintext password in a configuration file allows anyone who can read the file access to the password-protected resource making them an easy target for attackers. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Empty Password in Configuration File - (258) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 258 (Empty Password in Configuration File) Using an empty string as a password is insecure. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.J2EE Misconfiguration: Plaintext Password in Configuration File - (555) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 260 (Password in Configuration File) > 555 (J2EE Misconfiguration: Plaintext Password in Configuration File) The J2EE application stores a plaintext password in a configuration file. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Weak Encoding for Password - (261) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 261 (Weak Encoding for Password) Obscuring a password with a trivial encoding does not protect the password. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unprotected Transport of Credentials - (523) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 523 (Unprotected Transport of Credentials) Login pages do not use adequate measures to protect the user name and password while they are in transit from the client to the server. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Missing Password Field Masking - (549) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 522 (Insufficiently Protected Credentials) > 549 (Missing Password Field Masking) The product does not mask passwords during entry, increasing the potential for attackers to observe and capture passwords. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Cache Containing Sensitive Information - (524) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 524 (Use of Cache Containing Sensitive Information) The code uses a cache that contains sensitive information, but the cache can be read by an actor outside of the intended control sphere. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Web Browser Cache Containing Sensitive Information - (525) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 524 (Use of Cache Containing Sensitive Information) > 525 (Use of Web Browser Cache Containing Sensitive Information) The web application does not use an appropriate caching policy that specifies the extent to which each web page and associated form fields should be cached. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Files or Directories Accessible to External Parties - (552) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) The product makes files or directories accessible to unauthorized actors, even though they should not be. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Storage of File with Sensitive Data Under Web Root - (219) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 219 (Storage of File with Sensitive Data Under Web Root) The product stores sensitive data under the web document root with insufficient access control, which might make it accessible to untrusted parties. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unparsed Raw Web Content Delivery - (433) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 219 (Storage of File with Sensitive Data Under Web Root) > 433 (Unparsed Raw Web Content Delivery) The product stores raw content or supporting code under the web document root with an extension that is not specifically handled by the server. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Storage of File With Sensitive Data Under FTP Root - (220) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 220 (Storage of File With Sensitive Data Under FTP Root) The product stores sensitive data under the FTP server root with insufficient access control, which might make it accessible to untrusted parties. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Version-Control Repository to an Unauthorized Control Sphere - (527) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 527 (Exposure of Version-Control Repository to an Unauthorized Control Sphere) The product stores a CVS, git, or other repository in a directory, archive, or other resource that is stored, transferred, or otherwise made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Core Dump File to an Unauthorized Control Sphere - (528) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 528 (Exposure of Core Dump File to an Unauthorized Control Sphere) The product generates a core dump file in a directory, archive, or other resource that is stored, transferred, or otherwise made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Access Control List Files to an Unauthorized Control Sphere - (529) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 529 (Exposure of Access Control List Files to an Unauthorized Control Sphere) The product stores access control list files in a directory or other container that is accessible to actors outside of the intended control sphere. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Backup File to an Unauthorized Control Sphere - (530) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 530 (Exposure of Backup File to an Unauthorized Control Sphere) A backup file is stored in a directory or archive that is made accessible to unauthorized actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Persistent Cookies Containing Sensitive Information - (539) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 539 (Use of Persistent Cookies Containing Sensitive Information) The web application uses persistent cookies, but the cookies contain sensitive information. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Command Shell in Externally Accessible Directory - (553) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 552 (Files or Directories Accessible to External Parties) > 553 (Command Shell in Externally Accessible Directory) A possible shell file exists in /cgi-bin/ or other accessible directories. This is extremely dangerous and can be used by an attacker to execute commands on the web server. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Array Declared Public, Final, and Static - (582) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 582 (Array Declared Public, Final, and Static) The product declares an array public, final, and static, which is not sufficient to prevent the array's contents from being modified. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.finalize() Method Declared Public - (583) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 583 (finalize() Method Declared Public) The product violates secure coding principles for mobile code by declaring a finalize() method public. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Struts: Non-private Field in ActionForm Class - (608) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 608 (Struts: Non-private Field in ActionForm Class) An ActionForm class contains a field that has not been declared private, which can be accessed without using a setter or getter. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.External Control of Critical State Data - (642) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) The product stores security-critical state information about its users, or the product itself, in a location that is accessible to unauthorized actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of System or Configuration Setting - (15) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 15 (External Control of System or Configuration Setting) One or more system settings or configuration elements can be externally controlled by a user. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Untrusted Search Path - (426) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 426 (Untrusted Search Path) The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product's direct control.Untrusted Path Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of Assumed-Immutable Web Parameter - (472) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 472 (External Control of Assumed-Immutable Web Parameter) The web application does not sufficiently verify inputs that are assumed to be immutable but are actually externally controllable, such as hidden form fields.Assumed-Immutable Parameter Tampering Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Cookies without Validation and Integrity Checking - (565) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 565 (Reliance on Cookies without Validation and Integrity Checking) The product relies on the existence or values of cookies when performing security-critical operations, but it does not properly ensure that the setting is valid for the associated user. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Reliance on Cookies without Validation and Integrity Checking in a Security Decision - (784) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 565 (Reliance on Cookies without Validation and Integrity Checking) > 784 (Reliance on Cookies without Validation and Integrity Checking in a Security Decision) The product uses a protection mechanism that relies on the existence or values of a cookie, but it does not properly ensure that the cookie is valid for the associated user. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.External Control of File Name or Path - (73) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 73 (External Control of File Name or Path) The product allows user input to control or influence paths or file names that are used in filesystem operations. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Process Control - (114) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 642 (External Control of Critical State Data) > 73 (External Control of File Name or Path) > 114 (Process Control) Executing commands or loading libraries from an untrusted source or in an untrusted environment can cause an application to execute malicious commands (and payloads) on behalf of an attacker. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Permission Assignment for Critical Resource - (732) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Cookie Without 'HttpOnly' Flag - (1004) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 1004 (Sensitive Cookie Without 'HttpOnly' Flag) The product uses a cookie to store sensitive information, but the cookie is not marked with the HttpOnly flag. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Default Permissions - (276) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 276 (Incorrect Default Permissions) During installation, installed file permissions are set to allow anyone to modify those files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insecure Inherited Permissions - (277) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 277 (Insecure Inherited Permissions) A product defines a set of insecure permissions that are inherited by objects that are created by the program. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Insecure Preserved Inherited Permissions - (278) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 278 (Insecure Preserved Inherited Permissions) A product inherits a set of insecure permissions for an object, e.g. when copying from an archive file, without user awareness or involvement. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Execution-Assigned Permissions - (279) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 279 (Incorrect Execution-Assigned Permissions) While it is executing, the product sets the permissions of an object in a way that violates the intended permissions that have been specified by the user. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Preservation of Permissions - (281) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 281 (Improper Preservation of Permissions) The product does not preserve permissions or incorrectly preserves permissions when copying, restoring, or sharing objects, which can cause them to have less restrictive permissions than intended. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Critical Data Element Declared Public - (766) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 732 (Incorrect Permission Assignment for Critical Resource) > 766 (Critical Data Element Declared Public) The product declares a critical variable, field, or member to be public when intended security policy requires it to be private. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access to Critical Private Variable via Public Method - (767) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 767 (Access to Critical Private Variable via Public Method) The product defines a public method that reads or modifies a private variable. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.J2EE Misconfiguration: Entity Bean Declared Remote - (8) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 8 (J2EE Misconfiguration: Entity Bean Declared Remote) When an application exposes a remote interface for an entity bean, it might also expose methods that get or set the bean's data. These methods could be leveraged to read sensitive information, or to change data in ways that violate the application's expectations, potentially leading to other vulnerabilities. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Use of Implicit Intent for Sensitive Communication - (927) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 668 (Exposure of Resource to Wrong Sphere) > 927 (Use of Implicit Intent for Sensitive Communication) The Android application uses an implicit intent for transmitting sensitive data to other applications. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Resource Transfer Between Spheres - (669) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) The product does not properly transfer a resource/behavior to another sphere, or improperly imports a resource/behavior from another sphere, in a manner that provides unintended control over that resource. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information during Transient Execution - (1420) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 1420 (Exposure of Sensitive Information during Transient Execution) A processor event or prediction may allow incorrect operations (or correct operations with incorrect data) to execute transiently, potentially exposing data over a covert channel. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information in Shared Microarchitectural Structures during Transient Execution - (1421) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 1420 (Exposure of Sensitive Information during Transient Execution) > 1421 (Exposure of Sensitive Information in Shared Microarchitectural Structures during Transient Execution)
A processor event may allow transient operations to access
architecturally restricted data (for example, in another address
space) in a shared microarchitectural structure (for example, a CPU
cache), potentially exposing the data over a covert channel.
Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information caused by Incorrect Data Forwarding during Transient Execution - (1422) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 1420 (Exposure of Sensitive Information during Transient Execution) > 1422 (Exposure of Sensitive Information caused by Incorrect Data Forwarding during Transient Execution) A processor event or prediction may allow incorrect or stale data to
be forwarded to transient operations, potentially exposing data over a
covert channel. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive Information caused by Shared Microarchitectural Predictor State that Influences Transient Execution - (1423) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 1420 (Exposure of Sensitive Information during Transient Execution) > 1423 (Exposure of Sensitive Information caused by Shared Microarchitectural Predictor State that Influences Transient Execution) Shared microarchitectural predictor state may allow code to influence
transient execution across a hardware boundary, potentially exposing
data that is accessible beyond the boundary over a covert channel.
Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Removal of Sensitive Information Before Storage or Transfer - (212) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) The product stores, transfers, or shares a resource that contains sensitive information, but it does not properly remove that information before the product makes the resource available to unauthorized actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Exposure of Sensitive System Information Due to Uncleared Debug Information - (1258) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 1258 (Exposure of Sensitive System Information Due to Uncleared Debug Information) The hardware does not fully clear security-sensitive values, such as keys and intermediate values in cryptographic operations, when debug mode is entered. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Information in Resource Not Removed Before Reuse - (226) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) The product releases a resource such as memory or a file so that it can be made available for reuse, but it does not clear or "zeroize" the information contained in the resource before the product performs a critical state transition or makes the resource available for reuse by other entities. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Zeroization of Hardware Register - (1239) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1239 (Improper Zeroization of Hardware Register) The hardware product does not properly clear sensitive information from built-in registers when the user of the hardware block changes. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Sensitive Information Uncleared Before Debug/Power State Transition - (1272) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1272 (Sensitive Information Uncleared Before Debug/Power State Transition) The product performs a power or debug state transition, but it does not clear sensitive information that should no longer be accessible due to changes to information access restrictions. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insufficient or Incomplete Data Removal within Hardware Component - (1301) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1301 (Insufficient or Incomplete Data Removal within Hardware Component) The product's data removal process does not completely delete all data and potentially sensitive information within hardware components. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Remanent Data Readable after Memory Erase - (1330) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1301 (Insufficient or Incomplete Data Removal within Hardware Component) > 1330 (Remanent Data Readable after Memory Erase) Confidential information stored in memory circuits is readable or recoverable after being cleared or erased. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Information Exposure through Microarchitectural State after Transient Execution - (1342) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 1342 (Information Exposure through Microarchitectural State after Transient Execution) The processor does not properly clear microarchitectural state after incorrect microcode assists or speculative execution, resulting in transient execution. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Clearing of Heap Memory Before Release ('Heap Inspection') - (244) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 212 (Improper Removal of Sensitive Information Before Storage or Transfer) > 226 (Sensitive Information in Resource Not Removed Before Reuse) > 244 (Improper Clearing of Heap Memory Before Release ('Heap Inspection')) Using realloc() to resize buffers that store sensitive information can leave the sensitive information exposed to attack, because it is not removed from memory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Creation of chroot Jail Without Changing Working Directory - (243) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 243 (Creation of chroot Jail Without Changing Working Directory) The product uses the chroot() system call to create a jail, but does not change the working directory afterward. This does not prevent access to files outside of the jail. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Unrestricted Upload of File with Dangerous Type - (434) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 434 (Unrestricted Upload of File with Dangerous Type) The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.Unrestricted File Upload Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Download of Code Without Integrity Check - (494) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 494 (Download of Code Without Integrity Check) The product downloads source code or an executable from a remote location and executes the code without sufficiently verifying the origin and integrity of the code. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Functionality from Untrusted Control Sphere - (829) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 829 (Inclusion of Functionality from Untrusted Control Sphere) The product imports, requires, or includes executable functionality (such as a library) from a source that is outside of the intended control sphere. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Document Type Definition - (827) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 829 (Inclusion of Functionality from Untrusted Control Sphere) > 827 (Improper Control of Document Type Definition) The product does not restrict a reference to a Document Type Definition (DTD) to the intended control sphere. This might allow attackers to reference arbitrary DTDs, possibly causing the product to expose files, consume excessive system resources, or execute arbitrary http requests on behalf of the attacker. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Inclusion of Web Functionality from an Untrusted Source - (830) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 829 (Inclusion of Functionality from Untrusted Control Sphere) > 830 (Inclusion of Web Functionality from an Untrusted Source) The product includes web functionality (such as a web widget) from another domain, which causes it to operate within the domain of the product, potentially granting total access and control of the product to the untrusted source. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') - (98) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 669 (Incorrect Resource Transfer Between Spheres) > 829 (Inclusion of Functionality from Untrusted Control Sphere) > 98 (Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')) The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.Remote file includeRFILocal file inclusion Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.External Influence of Sphere Definition - (673) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 673 (External Influence of Sphere Definition) The product does not prevent the definition of control spheres from external actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Untrusted Search Path - (426) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 673 (External Influence of Sphere Definition) > 426 (Untrusted Search Path) The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product's direct control.Untrusted Path Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Incorrect Type Conversion or Cast - (704) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) The product does not correctly convert an object, resource, or structure from one type to a different type. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Parsing of Numbers with Different Radices - (1389) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 1389 (Incorrect Parsing of Numbers with Different Radices) The product parses numeric input assuming base 10 (decimal) values, but it does not account for inputs that use a different base number (radix). Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Attempt to Access Child of a Non-structure Pointer - (588) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 588 (Attempt to Access Child of a Non-structure Pointer) Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Incorrect Conversion between Numeric Types - (681) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) When converting from one data type to another, such as long to integer, data can be omitted or translated in a way that produces unexpected values. If the resulting values are used in a sensitive context, then dangerous behaviors may occur. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Integer Coercion Error - (192) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) > 192 (Integer Coercion Error) Integer coercion refers to a set of flaws pertaining to the type casting, extension, or truncation of primitive data types. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unexpected Sign Extension - (194) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) > 194 (Unexpected Sign Extension) The product performs an operation on a number that causes it to be sign extended when it is transformed into a larger data type. When the original number is negative, this can produce unexpected values that lead to resultant weaknesses. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Signed to Unsigned Conversion Error - (195) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) > 195 (Signed to Unsigned Conversion Error) The product uses a signed primitive and performs a cast to an unsigned primitive, which can produce an unexpected value if the value of the signed primitive can not be represented using an unsigned primitive. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Unsigned to Signed Conversion Error - (196) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) > 196 (Unsigned to Signed Conversion Error) The product uses an unsigned primitive and performs a cast to a signed primitive, which can produce an unexpected value if the value of the unsigned primitive can not be represented using a signed primitive. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Numeric Truncation Error - (197) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 681 (Incorrect Conversion between Numeric Types) > 197 (Numeric Truncation Error) Truncation errors occur when a primitive is cast to a primitive of a smaller size and data is lost in the conversion. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Access of Resource Using Incompatible Type ('Type Confusion') - (843) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 704 (Incorrect Type Conversion or Cast) > 843 (Access of Resource Using Incompatible Type ('Type Confusion')) The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.Object Type Confusion Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Use of Incorrectly-Resolved Name or Reference - (706) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) The product uses a name or reference to access a resource, but the name/reference resolves to a resource that is outside of the intended control sphere. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Case Sensitivity - (178) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 178 (Improper Handling of Case Sensitivity) The product does not properly account for differences in case sensitivity when accessing or determining the properties of a resource, leading to inconsistent results. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') - (22) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Directory traversalPath traversal Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Relative Path Traversal - (23) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.Zip Slip Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '../filedir' - (24) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 24 (Path Traversal: '../filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/../filedir' - (25) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 25 (Path Traversal: '/../filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/dir/../filename' - (26) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 26 (Path Traversal: '/dir/../filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "/dir/../filename" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'dir/../../filename' - (27) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 27 (Path Traversal: 'dir/../../filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize multiple internal "../" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '..\filedir' - (28) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 28 (Path Traversal: '..\filedir') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "..\" sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\..\filename' - (29) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 29 (Path Traversal: '\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\dir\..\filename' - (30) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 30 (Path Traversal: '\dir\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\dir\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'dir\..\..\filename' - (31) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 31 (Path Traversal: 'dir\..\..\filename') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize 'dir\..\..\filename' (multiple internal backslash dot dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '...' (Triple Dot) - (32) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 32 (Path Traversal: '...' (Triple Dot)) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '...' (triple dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '....' (Multiple Dot) - (33) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 33 (Path Traversal: '....' (Multiple Dot)) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '....' (multiple dot) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '....//' - (34) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 34 (Path Traversal: '....//') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '....//' (doubled dot dot slash) sequences that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '.../...//' - (35) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 23 (Relative Path Traversal) > 35 (Path Traversal: '.../...//') The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled triple dot slash) sequences that can resolve to a location that is outside of that directory. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Absolute Path Traversal - (36) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" that can resolve to a location that is outside of that directory. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '/absolute/pathname/here' - (37) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 37 (Path Traversal: '/absolute/pathname/here') The product accepts input in the form of a slash absolute path ('/absolute/pathname/here') without appropriate validation, which can allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\absolute\pathname\here' - (38) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 38 (Path Traversal: '\absolute\pathname\here') The product accepts input in the form of a backslash absolute path ('\absolute\pathname\here') without appropriate validation, which can allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: 'C:dirname' - (39) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 39 (Path Traversal: 'C:dirname') The product accepts input that contains a drive letter or Windows volume letter ('C:dirname') that potentially redirects access to an unintended location or arbitrary file. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Traversal: '\\UNC\share\name\' (Windows UNC Share) - (40) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 22 (Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')) > 36 (Absolute Path Traversal) > 40 (Path Traversal: '\\UNC\share\name\' (Windows UNC Share)) The product accepts input that identifies a Windows UNC share ('\\UNC\share\name') that potentially redirects access to an unintended location or arbitrary file. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Symbolic Name not Mapping to Correct Object - (386) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 386 (Symbolic Name not Mapping to Correct Object) A constant symbolic reference to an object is used, even though the reference can resolve to a different object over time. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Resolution of Path Equivalence - (41) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) The product is vulnerable to file system contents disclosure through path equivalence. Path equivalence involves the use of special characters in file and directory names. The associated manipulations are intended to generate multiple names for the same object. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filename.' (Trailing Dot) - (42) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 42 (Path Equivalence: 'filename.' (Trailing Dot)) The product accepts path input in the form of trailing dot ('filedir.') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filename....' (Multiple Trailing Dot) - (43) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 42 (Path Equivalence: 'filename.' (Trailing Dot)) > 43 (Path Equivalence: 'filename....' (Multiple Trailing Dot)) The product accepts path input in the form of multiple trailing dot ('filedir....') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'file.name' (Internal Dot) - (44) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 44 (Path Equivalence: 'file.name' (Internal Dot)) The product accepts path input in the form of internal dot ('file.ordir') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'file...name' (Multiple Internal Dot) - (45) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 44 (Path Equivalence: 'file.name' (Internal Dot)) > 45 (Path Equivalence: 'file...name' (Multiple Internal Dot)) The product accepts path input in the form of multiple internal dot ('file...dir') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filename ' (Trailing Space) - (46) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 46 (Path Equivalence: 'filename ' (Trailing Space)) The product accepts path input in the form of trailing space ('filedir ') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: ' filename' (Leading Space) - (47) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 47 (Path Equivalence: ' filename' (Leading Space)) The product accepts path input in the form of leading space (' filedir') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'file name' (Internal Whitespace) - (48) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 48 (Path Equivalence: 'file name' (Internal Whitespace)) The product accepts path input in the form of internal space ('file(SPACE)name') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filename/' (Trailing Slash) - (49) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 49 (Path Equivalence: 'filename/' (Trailing Slash)) The product accepts path input in the form of trailing slash ('filedir/') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: '//multiple/leading/slash' - (50) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 50 (Path Equivalence: '//multiple/leading/slash') The product accepts path input in the form of multiple leading slash ('//multiple/leading/slash') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: '/multiple//internal/slash' - (51) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 51 (Path Equivalence: '/multiple//internal/slash') The product accepts path input in the form of multiple internal slash ('/multiple//internal/slash/') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: '/multiple/trailing/slash//' - (52) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 52 (Path Equivalence: '/multiple/trailing/slash//') The product accepts path input in the form of multiple trailing slash ('/multiple/trailing/slash//') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: '\multiple\\internal\backslash' - (53) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 53 (Path Equivalence: '\multiple\\internal\backslash') The product accepts path input in the form of multiple internal backslash ('\multiple\trailing\\slash') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filedir\' (Trailing Backslash) - (54) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 54 (Path Equivalence: 'filedir\' (Trailing Backslash)) The product accepts path input in the form of trailing backslash ('filedir\') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: '/./' (Single Dot Directory) - (55) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 55 (Path Equivalence: '/./' (Single Dot Directory)) The product accepts path input in the form of single dot directory exploit ('/./') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'filedir*' (Wildcard) - (56) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 56 (Path Equivalence: 'filedir*' (Wildcard)) The product accepts path input in the form of asterisk wildcard ('filedir*') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: 'fakedir/../realdir/filename' - (57) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 57 (Path Equivalence: 'fakedir/../realdir/filename') The product contains protection mechanisms to restrict access to 'realdir/filename', but it constructs pathnames using external input in the form of 'fakedir/../realdir/filename' that are not handled by those mechanisms. This allows attackers to perform unauthorized actions against the targeted file. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Path Equivalence: Windows 8.3 Filename - (58) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 41 (Improper Resolution of Path Equivalence) > 58 (Path Equivalence: Windows 8.3 Filename) The product contains a protection mechanism that restricts access to a long filename on a Windows operating system, but it does not properly restrict access to the equivalent short "8.3" filename. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Link Resolution Before File Access ('Link Following') - (59) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.insecure temporary fileZip Slip Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Insecure Operation on Windows Junction / Mount Point - (1386) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) > 1386 (Insecure Operation on Windows Junction / Mount Point) The product opens a file or directory, but it does not properly prevent the name from being associated with a junction or mount point to a destination that is outside of the intended control sphere. Composite - a Compound Element that consists of two or more distinct weaknesses, in which all weaknesses must be present at the same time in order for a potential vulnerability to arise. Removing any of the weaknesses eliminates or sharply reduces the risk. One weakness, X, can be "broken down" into component weaknesses Y and Z. There can be cases in which one weakness might not be essential to a composite, but changes the nature of the composite when it becomes a vulnerability.UNIX Symbolic Link (Symlink) Following - (61) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) > 61 (UNIX Symbolic Link (Symlink) Following) The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.Symlink followingsymlink vulnerability Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.UNIX Hard Link - (62) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) > 62 (UNIX Hard Link) The product, when opening a file or directory, does not sufficiently account for when the name is associated with a hard link to a target that is outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Windows Shortcut Following (.LNK) - (64) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) > 64 (Windows Shortcut Following (.LNK)) The product, when opening a file or directory, does not sufficiently handle when the file is a Windows shortcut (.LNK) whose target is outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.Windows symbolic link followingsymlink Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Windows Hard Link - (65) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 59 (Improper Link Resolution Before File Access ('Link Following')) > 65 (Windows Hard Link) The product, when opening a file or directory, does not sufficiently handle when the name is associated with a hard link to a target that is outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of File Names that Identify Virtual Resources - (66) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 66 (Improper Handling of File Names that Identify Virtual Resources) The product does not handle or incorrectly handles a file name that identifies a "virtual" resource that is not directly specified within the directory that is associated with the file name, causing the product to perform file-based operations on a resource that is not a file. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Windows Device Names - (67) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 66 (Improper Handling of File Names that Identify Virtual Resources) > 67 (Improper Handling of Windows Device Names) The product constructs pathnames from user input, but it does not handle or incorrectly handles a pathname containing a Windows device name such as AUX or CON. This typically leads to denial of service or an information exposure when the application attempts to process the pathname as a regular file. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Windows ::DATA Alternate Data Stream - (69) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 66 (Improper Handling of File Names that Identify Virtual Resources) > 69 (Improper Handling of Windows ::DATA Alternate Data Stream) The product does not properly prevent access to, or detect usage of, alternate data streams (ADS). Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Handling of Apple HFS+ Alternate Data Stream Path - (72) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 66 (Improper Handling of File Names that Identify Virtual Resources) > 72 (Improper Handling of Apple HFS+ Alternate Data Stream Path) The product does not properly handle special paths that may identify the data or resource fork of a file on the HFS+ file system. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Document Type Definition - (827) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 827 (Improper Control of Document Type Definition) The product does not restrict a reference to a Document Type Definition (DTD) to the intended control sphere. This might allow attackers to reference arbitrary DTDs, possibly causing the product to expose files, consume excessive system resources, or execute arbitrary http requests on behalf of the attacker. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') - (98) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 706 (Use of Incorrectly-Resolved Name or Reference) > 98 (Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')) The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions.Remote file includeRFILocal file inclusion Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Update of Reference Count - (911) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 911 (Improper Update of Reference Count) The product uses a reference count to manage a resource, but it does not update or incorrectly updates the reference count. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Improper Control of Dynamically-Managed Code Resources - (913) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) The product does not properly restrict reading from or writing to dynamically-managed code resources such as variables, objects, classes, attributes, functions, or executable instructions or statements. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') - (470) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 470 (Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')) The product uses external input with reflection to select which classes or code to use, but it does not sufficiently prevent the input from selecting improper classes or code.Reflection Injection Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Deserialization of Untrusted Data - (502) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 502 (Deserialization of Untrusted Data) The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.Marshaling, UnmarshalingPickling, UnpicklingPHP Object Injection Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Dynamically-Identified Variables - (914) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 914 (Improper Control of Dynamically-Identified Variables) The product does not properly restrict reading from or writing to dynamically-identified variables. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Variable Extraction Error - (621) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 914 (Improper Control of Dynamically-Identified Variables) > 621 (Variable Extraction Error) The product uses external input to determine the names of variables into which information is extracted, without verifying that the names of the specified variables are valid. This could cause the program to overwrite unintended variables.Variable overwrite Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Dynamic Variable Evaluation - (627) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 914 (Improper Control of Dynamically-Identified Variables) > 627 (Dynamic Variable Evaluation) In a language where the user can influence the name of a variable at runtime, if the variable names are not controlled, an attacker can read or write to arbitrary variables, or access arbitrary functions.Dynamic evaluation Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improperly Controlled Modification of Dynamically-Determined Object Attributes - (915) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 915 (Improperly Controlled Modification of Dynamically-Determined Object Attributes) The product receives input from an upstream component that specifies multiple attributes, properties, or fields that are to be initialized or updated in an object, but it does not properly control which attributes can be modified.Mass AssignmentAutoBindingPHP Object Injection Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') - (1321) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 915 (Improperly Controlled Modification of Dynamically-Determined Object Attributes) > 1321 (Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')) The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Control of Generation of Code ('Code Injection') - (94) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 94 (Improper Control of Generation of Code ('Code Injection')) The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of Special Elements Used in a Template Engine - (1336) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 94 (Improper Control of Generation of Code ('Code Injection')) > 1336 (Improper Neutralization of Special Elements Used in a Template Engine) The product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax that can be interpreted as template expressions or other code directives when processed by the engine.Server-Side Template Injection / SSTIClient-Side Template Injection / CSTI Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') - (95) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 94 (Improper Control of Generation of Code ('Code Injection')) > 95 (Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')) The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before using the input in a dynamic evaluation call (e.g. "eval"). Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection') - (96) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 94 (Improper Control of Generation of Code ('Code Injection')) > 96 (Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')) The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before inserting the input into an executable resource, such as a library, configuration file, or template. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Improper Neutralization of Server-Side Includes (SSI) Within a Web Page - (97) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 913 (Improper Control of Dynamically-Managed Code Resources) > 94 (Improper Control of Generation of Code ('Code Injection')) > 96 (Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')) > 97 (Improper Neutralization of Server-Side Includes (SSI) Within a Web Page) The product generates a web page, but does not neutralize or incorrectly neutralizes user-controllable input that could be interpreted as a server-side include (SSI) directive. Class - a weakness that is described in a very abstract fashion, typically independent of any specific language or technology. More specific than a Pillar Weakness, but more general than a Base Weakness. Class level weaknesses typically describe issues in terms of 1 or 2 of the following dimensions: behavior, property, and resource.Insecure Storage of Sensitive Information - (922) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 922 (Insecure Storage of Sensitive Information) The product stores sensitive information without properly limiting read or write access by unauthorized actors. Base - a weakness
that is still mostly independent of a resource or technology, but with sufficient details to provide specific methods for detection and prevention. Base level weaknesses typically describe issues in terms of 2 or 3 of the following dimensions: behavior, property, technology, language, and resource.Cleartext Storage of Sensitive Information - (312) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 922 (Insecure Storage of Sensitive Information) > 312 (Cleartext Storage of Sensitive Information) The product stores sensitive information in cleartext within a resource that might be accessible to another control sphere. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Cleartext Storage in a File or on Disk - (313) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 922 (Insecure Storage of Sensitive Information) > 312 (Cleartext Storage of Sensitive Information) > 313 (Cleartext Storage in a File or on Disk) The product stores sensitive information in cleartext in a file, or on disk. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Cleartext Storage in the Registry - (314) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 922 (Insecure Storage of Sensitive Information) > 312 (Cleartext Storage of Sensitive Information) > 314 (Cleartext Storage in the Registry) The product stores sensitive information in cleartext in the registry. Variant - a weakness
that is linked to a certain type of product, typically involving a specific language or technology. More specific than a Base weakness. Variant level weaknesses typically describe issues in terms of 3 to 5 of the following dimensions: behavior, property, technology, language, and resource.Cleartext Storage of Sensitive Information in a Cookie - (315) 1000 (Research Concepts) > 664 (Improper Control of a Resource Through its Lifetime) > 922 (Insecure Storage of Sensitive Information) > 312 (Cleartext Storage of Sensitive Information) > 315 (Cleartext Storage of Sensitive Information in a Cookie) The product stores sensitive information in cleartext in a cookie. Variant - a weakness
that is linked to a certain type of product, typically involving a specific |