CWE Research Context

Browse Common Weakness Enumeration context connected to published Atomicorp CVE research and active WAF protections. CVE pages provide the direct finding for a specific vulnerability.

This is a selected set of published research examples, not a complete list of Atomicorp protections. Absence of a CWE or CVE does not imply absence of protection against that weakness or attack method.

CWEWeaknessPublished CVEsProductsActive Atomicorp rules
CWE-19Common Weakness Enumeration category111
CWE-20Improper Input Validation726276
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')759658114
CWE-23Relative Path Traversal15146
CWE-24Path Traversal: '../filedir'556
CWE-27Path Traversal: 'dir/../../filename'113
CWE-28Path Traversal: '..\filedir'112
CWE-29Path Traversal: '..\filename'1159
CWE-32Path Traversal: '…' (Triple Dot)111
CWE-35Path Traversal: '…/…//'334
CWE-36Absolute Path Traversal668
CWE-44Path Equivalence: 'file.name' (Internal Dot)111
CWE-50Path Equivalence: '//multiple/leading/slash'111
CWE-59Improper Link Resolution Before File Access ('Link Following')2213
CWE-73External Control of File Name or Path383443
CWE-74Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')34916467
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')1407839
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')36722169
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')14351034106
CWE-80Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)131217
CWE-81Improper Neutralization of Script in an Error Message Web Page111
CWE-83Improper Neutralization of Script in Attributes in a Web Page3316
CWE-87Improper Neutralization of Alternate XSS Syntax6214
CWE-88Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')3313
CWE-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')102664490
CWE-91XML Injection (aka Blind XPath Injection)225
CWE-93Improper Neutralization of CRLF Sequences ('CRLF Injection')7726
CWE-94Improper Control of Generation of Code ('Code Injection')276204109
CWE-95Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')10817
CWE-98Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')181816
CWE-112Missing XML Validation112
CWE-113Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')334
CWE-116Improper Encoding or Escaping of Output101017
CWE-119Improper Restriction of Operations within the Bounds of a Memory Buffer449
CWE-120Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')3215
CWE-121Stack-based Buffer Overflow4212
CWE-125Out-of-bounds Read112
CWE-158Improper Neutralization of Null Byte or NUL Character114
CWE-178Improper Handling of Case Sensitivity111
CWE-180Incorrect Behavior Order: Validate Before Canonicalize2210
CWE-183Permissive List of Allowed Inputs2220
CWE-184Incomplete List of Disallowed Inputs5523
CWE-187Partial String Comparison119
CWE-189Common Weakness Enumeration category115
CWE-200Exposure of Sensitive Information to an Unauthorized Actor817379
CWE-201Insertion of Sensitive Information Into Sent Data113
CWE-203Observable Discrepancy112
CWE-206Observable Internal Behavioral Discrepancy113
CWE-209Generation of Error Message Containing Sensitive Information112
CWE-233Improper Handling of Parameters113
CWE-253Incorrect Check of Function Return Value119
CWE-255Common Weakness Enumeration category438
CWE-259Use of Hard-coded Password222
CWE-264Common Weakness Enumeration category9719
CWE-266Incorrect Privilege Assignment2214
CWE-269Improper Privilege Management131326
CWE-276Incorrect Default Permissions111
CWE-284Improper Access Control514555
CWE-285Improper Authorization111141
CWE-287Improper Authentication383871
CWE-288Authentication Bypass Using an Alternate Path or Channel101030
CWE-290Authentication Bypass by Spoofing336
CWE-294Authentication Bypass by Capture-replay112
CWE-295Improper Certificate Validation2119
CWE-303Incorrect Implementation of Authentication Algorithm111
CWE-305Authentication Bypass by Primary Weakness224
CWE-306Missing Authentication for Critical Function615784
CWE-310Common Weakness Enumeration category211
CWE-312Cleartext Storage of Sensitive Information111
CWE-319Cleartext Transmission of Sensitive Information111
CWE-326Inadequate Encryption Strength212
CWE-327Use of a Broken or Risky Cryptographic Algorithm339
CWE-345Insufficient Verification of Data Authenticity8821
CWE-346Origin Validation Error114
CWE-352Cross-Site Request Forgery (CSRF)414073
CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')225
CWE-367Time-of-check Time-of-use (TOCTOU) Race Condition7711
CWE-384Session Fixation2210
CWE-400Uncontrolled Resource Consumption338
CWE-416Use After Free323
CWE-420Unprotected Alternate Channel111
CWE-424Improper Protection of Alternate Path111
CWE-425Direct Request ('Forced Browsing')6616
CWE-434Unrestricted Upload of File with Dangerous Type14313376
CWE-436Interpretation Conflict112
CWE-441Unintended Proxy or Intermediary ('Confused Deputy')5515
CWE-444Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')5528
CWE-470Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')4312
CWE-472External Control of Assumed-Immutable Web Parameter114
CWE-473PHP External Variable Modification112
CWE-489Active Debug Code111
CWE-494Download of Code Without Integrity Check1110
CWE-501Trust Boundary Violation1112
CWE-502Deserialization of Untrusted Data484144
CWE-521Weak Password Requirements117
CWE-522Insufficiently Protected Credentials659
CWE-532Insertion of Sensitive Information into Log File441
CWE-534DEPRECATED: Information Exposure Through Debug Log Files113
CWE-538Insertion of Sensitive Information into Externally-Accessible File or Directory111
CWE-551Incorrect Behavior Order: Authorization Before Parsing and Canonicalization111
CWE-552Files or Directories Accessible to External Parties161615
CWE-601URL Redirection to Untrusted Site ('Open Redirect')675839
CWE-602Client-Side Enforcement of Server-Side Security111
CWE-610Externally Controlled Reference to a Resource in Another Sphere3314
CWE-611Improper Restriction of XML External Entity Reference383534
CWE-625Permissive Regular Expression117
CWE-639Authorization Bypass Through User-Controlled Key101034
CWE-640Weak Password Recovery Mechanism for Forgotten Password2212
CWE-641Improper Restriction of Names for Files and Other Resources1112
CWE-644Improper Neutralization of HTTP Headers for Scripting Syntax2213
CWE-665Improper Initialization227
CWE-668Exposure of Resource to Wrong Sphere334
CWE-669Incorrect Resource Transfer Between Spheres114
CWE-674Uncontrolled Recursion116
CWE-693Protection Mechanism Failure1110
CWE-697Incorrect Comparison117
CWE-698Execution After Redirect (EAR)225
CWE-704Incorrect Type Conversion or Cast114
CWE-705Incorrect Control Flow Scoping115
CWE-706Use of Incorrectly-Resolved Name or Reference445
CWE-707Improper Neutralization322
CWE-732Incorrect Permission Assignment for Critical Resource4425
CWE-755Improper Handling of Exceptional Conditions113
CWE-770Allocation of Resources Without Limits or Throttling227
CWE-776Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')111
CWE-787Out-of-bounds Write554
CWE-791Incomplete Filtering of Special Elements2210
CWE-798Use of Hard-coded Credentials121238
CWE-824Access of Uninitialized Pointer114
CWE-829Inclusion of Functionality from Untrusted Control Sphere131120
CWE-835Loop with Unreachable Exit Condition ('Infinite Loop')1112
CWE-862Missing Authorization383662
CWE-863Incorrect Authorization141435
CWE-913Improper Control of Dynamically-Managed Code Resources5515
CWE-915Improperly Controlled Modification of Dynamically-Determined Object Attributes2216
CWE-917Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')8614
CWE-918Server-Side Request Forgery (SSRF)31824579
CWE-942Permissive Cross-domain Security Policy with Untrusted Domains2211
CWE-1021Improper Restriction of Rendered UI Layers or Frames111
CWE-1188Initialization of a Resource with an Insecure Default4423
CWE-1220Insufficient Granularity of Access Control114
CWE-1258Exposure of Sensitive System Information Due to Uncleared Debug Information111
CWE-1284Improper Validation of Specified Quantity in Input111
CWE-1286Improper Validation of Syntactic Correctness of Input115
CWE-1287Improper Validation of Specified Type of Input112
CWE-1289Improper Validation of Unsafe Equivalence in Input111
CWE-1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')117
CWE-1336Improper Neutralization of Special Elements Used in a Template Engine131221
CWE-1390Weak Authentication111
CWE-1391Use of Weak Credentials111
CWE-1392Use of Default Credentials1112