Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools


CWE VIEW:Input Validation Strategy
ID:BOSS-279
Vulnerability Mapping:Prohibited
Type:Implicit
Status:Draft
DetailsContent HistoryObserved CVE ExamplesReports
▼Objective

This view (slice) displays Input Validation strategy weaknesses.

▼Memberships
NatureMappingTypeIDName
HasMemberAllowedV106Struts: Plug-in Framework not in Use
HasMemberAllowedV108Struts: Unvalidated Action Form
HasMemberAllowedB112Missing XML Validation
HasMemberAllowedV113Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
HasMemberAllowedB117Improper Output Neutralization for Logs
HasMemberAllowed-with-ReviewB120Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
HasMemberAllowedB125Out-of-bounds Read
HasMemberAllowedB1284Improper Validation of Specified Quantity in Input
HasMemberAllowedB1285Improper Validation of Specified Index, Position, or Offset in Input
HasMemberAllowedB1286Improper Validation of Syntactic Correctness of Input
HasMemberAllowedB1287Improper Validation of Specified Type of Input
HasMemberAllowedB1288Improper Validation of Consistency within Input
HasMemberAllowedB1289Improper Validation of Unsafe Equivalence in Input
HasMemberAllowedV129Improper Validation of Array Index
HasMemberAllowedB131Incorrect Calculation of Buffer Size
HasMemberAllowedV1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
HasMemberAllowedB135Incorrect Calculation of Multi-Byte String Length
HasMemberDiscouragedC138Improper Neutralization of Special Elements
HasMemberAllowedB1389Incorrect Parsing of Numbers with Different Radices
HasMemberAllowedB140Improper Neutralization of Delimiters
HasMemberAllowedV141Improper Neutralization of Parameter/Argument Delimiters
HasMemberAllowedV142Improper Neutralization of Value Delimiters
HasMemberAllowedV143Improper Neutralization of Record Delimiters
HasMemberAllowedV144Improper Neutralization of Line Delimiters
HasMemberAllowedV145Improper Neutralization of Section Delimiters
HasMemberAllowedV146Improper Neutralization of Expression/Command Delimiters
HasMemberAllowedV147Improper Neutralization of Input Terminators
HasMemberAllowedV148Improper Neutralization of Input Leaders
HasMemberAllowedV149Improper Neutralization of Quoting Syntax
HasMemberAllowedV150Improper Neutralization of Escape, Meta, or Control Sequences
HasMemberAllowedV151Improper Neutralization of Comment Delimiters
HasMemberAllowedV152Improper Neutralization of Macro Symbols
HasMemberAllowedV153Improper Neutralization of Substitution Characters
HasMemberAllowedV154Improper Neutralization of Variable Name Delimiters
HasMemberAllowedV155Improper Neutralization of Wildcards or Matching Symbols
HasMemberAllowedV156Improper Neutralization of Whitespace
HasMemberAllowedV157Failure to Sanitize Paired Delimiters
HasMemberAllowedV158Improper Neutralization of Null Byte or NUL Character
HasMemberAllowed-with-ReviewC159Improper Handling of Invalid Use of Special Elements
HasMemberAllowedV160Improper Neutralization of Leading Special Elements
HasMemberAllowedV161Improper Neutralization of Multiple Leading Special Elements
HasMemberAllowedV162Improper Neutralization of Trailing Special Elements
HasMemberAllowedV163Improper Neutralization of Multiple Trailing Special Elements
HasMemberAllowedV164Improper Neutralization of Internal Special Elements
HasMemberAllowedV165Improper Neutralization of Multiple Internal Special Elements
HasMemberAllowedB166Improper Handling of Missing Special Element
HasMemberAllowedB167Improper Handling of Additional Special Element
HasMemberAllowedB168Improper Handling of Inconsistent Special Elements
HasMemberAllowed-with-ReviewC172Encoding Error
HasMemberAllowedV173Improper Handling of Alternate Encoding
HasMemberAllowedV174Double Decoding of the Same Data
HasMemberAllowedV175Improper Handling of Mixed Encoding
HasMemberAllowedV176Improper Handling of Unicode Encoding
HasMemberAllowedV177Improper Handling of URL Encoding (Hex Encoding)
HasMemberAllowedB178Improper Handling of Case Sensitivity
HasMemberAllowedB179Incorrect Behavior Order: Early Validation
HasMemberAllowedV180Incorrect Behavior Order: Validate Before Canonicalize
HasMemberAllowedB182Collapse of Data into Unsafe Value
HasMemberAllowedB184Incomplete List of Disallowed Inputs
HasMemberAllowedB190Integer Overflow or Wraparound
HasMemberDiscouragedC20Improper Input Validation
HasMemberAllowedB22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
HasMemberAllowedB23Relative Path Traversal
HasMemberAllowedV24Path Traversal: '../filedir'
HasMemberAllowedB241Improper Handling of Unexpected Data Type
HasMemberAllowedV25Path Traversal: '/../filedir'
HasMemberAllowedV26Path Traversal: '/dir/../filename'
HasMemberAllowedV27Path Traversal: 'dir/../../filename'
HasMemberAllowedV28Path Traversal: '..\filedir'
HasMemberAllowedB289Authentication Bypass by Alternate Name
HasMemberAllowedV29Path Traversal: '\..\filename'
HasMemberAllowedV30Path Traversal: '\dir\..\filename'
HasMemberAllowedV31Path Traversal: 'dir\..\..\filename'
HasMemberAllowedV32Path Traversal: '...' (Triple Dot)
HasMemberAllowedV33Path Traversal: '....' (Multiple Dot)
HasMemberAllowedV34Path Traversal: '....//'
HasMemberAllowedV35Path Traversal: '.../...//'
HasMemberAllowedV37Path Traversal: '/absolute/pathname/here'
HasMemberAllowedV38Path Traversal: '\absolute\pathname\here'
HasMemberAllowedV39Path Traversal: 'C:dirname'
HasMemberAllowedV40Path Traversal: '\\UNC\share\name\' (Windows UNC Share)
HasMemberAllowedB41Improper Resolution of Path Equivalence
HasMemberAllowedB428Unquoted Search Path or Element
HasMemberAllowedB434Unrestricted Upload of File with Dangerous Type
HasMemberAllowedB450Multiple Interpretations of UI Input
HasMemberAllowed-with-ReviewC451User Interface (UI) Misrepresentation of Critical Information
HasMemberAllowedB454External Initialization of Trusted Variables or Data Stores
HasMemberAllowedB472External Control of Assumed-Immutable Web Parameter
HasMemberAllowedV51Path Equivalence: '/multiple//internal/slash'
HasMemberAllowedV52Path Equivalence: '/multiple/trailing/slash//'
HasMemberAllowedV53Path Equivalence: '\multiple\\internal\backslash'
HasMemberAllowedV54Path Equivalence: 'filedir\' (Trailing Backslash)
HasMemberAllowedV55Path Equivalence: '/./' (Single Dot Directory)
HasMemberAllowedV56Path Equivalence: 'filedir*' (Wildcard)
HasMemberAllowedV57Path Equivalence: 'fakedir/../realdir/filename'
HasMemberAllowedB601URL Redirection to Untrusted Site ('Open Redirect')
HasMemberAllowedB617Reachable Assertion
HasMemberAllowedV621Variable Extraction Error
HasMemberAllowedV627Dynamic Variable Evaluation
HasMemberDiscouragedP682Incorrect Calculation
HasMemberAllowedB73External Control of File Name or Path
HasMemberAllowed-with-ReviewC754Improper Check for Unusual or Exceptional Conditions
HasMemberAllowed-with-ReviewC77Improper Neutralization of Special Elements used in a Command ('Command Injection')
HasMemberAllowedB770Allocation of Resources Without Limits or Throttling
HasMemberAllowedB78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
HasMemberAllowedB79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
HasMemberAllowedB829Inclusion of Functionality from Untrusted Control Sphere
HasMemberAllowedB839Numeric Range Comparison Without Minimum Check
HasMemberAllowedV84Improper Neutralization of Encoded URI Schemes in a Web Page
HasMemberAllowedB88Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
HasMemberAllowedB89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
HasMemberAllowedB90Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')
HasMemberAllowedB91XML Injection (aka Blind XPath Injection)
HasMemberAllowed-with-ReviewC913Improper Control of Dynamically-Managed Code Resources
HasMemberAllowedB914Improper Control of Dynamically-Identified Variables
HasMemberAllowedB915Improperly Controlled Modification of Dynamically-Determined Object Attributes
HasMemberAllowed-with-ReviewB94Improper Control of Generation of Code ('Code Injection')
HasMemberAllowedV95Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
HasMemberAllowedB96Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')
HasMemberAllowedV98Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
HasMemberAllowed-with-ReviewC99Improper Control of Resource Identifiers ('Resource Injection')
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 106
Name: Struts: Plug-in Framework not in Use
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 108
Name: Struts: Unvalidated Action Form
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 112
Name: Missing XML Validation
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 113
Name: Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 117
Name: Improper Output Neutralization for Logs
Nature: HasMember
Mapping: Allowed-with-Review
Type: Base
ID: 120
Name: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 125
Name: Out-of-bounds Read
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1284
Name: Improper Validation of Specified Quantity in Input
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1285
Name: Improper Validation of Specified Index, Position, or Offset in Input
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1286
Name: Improper Validation of Syntactic Correctness of Input
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1287
Name: Improper Validation of Specified Type of Input
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1288
Name: Improper Validation of Consistency within Input
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1289
Name: Improper Validation of Unsafe Equivalence in Input
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 129
Name: Improper Validation of Array Index
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 131
Name: Incorrect Calculation of Buffer Size
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 1321
Name: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 135
Name: Incorrect Calculation of Multi-Byte String Length
Nature: HasMember
Mapping: Discouraged
Type: Class
ID: 138
Name: Improper Neutralization of Special Elements
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 1389
Name: Incorrect Parsing of Numbers with Different Radices
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 140
Name: Improper Neutralization of Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 141
Name: Improper Neutralization of Parameter/Argument Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 142
Name: Improper Neutralization of Value Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 143
Name: Improper Neutralization of Record Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 144
Name: Improper Neutralization of Line Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 145
Name: Improper Neutralization of Section Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 146
Name: Improper Neutralization of Expression/Command Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 147
Name: Improper Neutralization of Input Terminators
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 148
Name: Improper Neutralization of Input Leaders
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 149
Name: Improper Neutralization of Quoting Syntax
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 150
Name: Improper Neutralization of Escape, Meta, or Control Sequences
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 151
Name: Improper Neutralization of Comment Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 152
Name: Improper Neutralization of Macro Symbols
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 153
Name: Improper Neutralization of Substitution Characters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 154
Name: Improper Neutralization of Variable Name Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 155
Name: Improper Neutralization of Wildcards or Matching Symbols
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 156
Name: Improper Neutralization of Whitespace
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 157
Name: Failure to Sanitize Paired Delimiters
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 158
Name: Improper Neutralization of Null Byte or NUL Character
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 159
Name: Improper Handling of Invalid Use of Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 160
Name: Improper Neutralization of Leading Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 161
Name: Improper Neutralization of Multiple Leading Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 162
Name: Improper Neutralization of Trailing Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 163
Name: Improper Neutralization of Multiple Trailing Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 164
Name: Improper Neutralization of Internal Special Elements
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 165
Name: Improper Neutralization of Multiple Internal Special Elements
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 166
Name: Improper Handling of Missing Special Element
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 167
Name: Improper Handling of Additional Special Element
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 168
Name: Improper Handling of Inconsistent Special Elements
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 172
Name: Encoding Error
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 173
Name: Improper Handling of Alternate Encoding
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 174
Name: Double Decoding of the Same Data
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 175
Name: Improper Handling of Mixed Encoding
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 176
Name: Improper Handling of Unicode Encoding
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 177
Name: Improper Handling of URL Encoding (Hex Encoding)
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 178
Name: Improper Handling of Case Sensitivity
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 179
Name: Incorrect Behavior Order: Early Validation
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 180
Name: Incorrect Behavior Order: Validate Before Canonicalize
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 182
Name: Collapse of Data into Unsafe Value
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 184
Name: Incomplete List of Disallowed Inputs
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 190
Name: Integer Overflow or Wraparound
Nature: HasMember
Mapping: Discouraged
Type: Class
ID: 20
Name: Improper Input Validation
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 22
Name: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 23
Name: Relative Path Traversal
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 24
Name: Path Traversal: '../filedir'
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 241
Name: Improper Handling of Unexpected Data Type
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 25
Name: Path Traversal: '/../filedir'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 26
Name: Path Traversal: '/dir/../filename'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 27
Name: Path Traversal: 'dir/../../filename'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 28
Name: Path Traversal: '..\filedir'
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 289
Name: Authentication Bypass by Alternate Name
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 29
Name: Path Traversal: '\..\filename'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 30
Name: Path Traversal: '\dir\..\filename'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 31
Name: Path Traversal: 'dir\..\..\filename'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 32
Name: Path Traversal: '...' (Triple Dot)
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 33
Name: Path Traversal: '....' (Multiple Dot)
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 34
Name: Path Traversal: '....//'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 35
Name: Path Traversal: '.../...//'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 37
Name: Path Traversal: '/absolute/pathname/here'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 38
Name: Path Traversal: '\absolute\pathname\here'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 39
Name: Path Traversal: 'C:dirname'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 40
Name: Path Traversal: '\\UNC\share\name\' (Windows UNC Share)
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 41
Name: Improper Resolution of Path Equivalence
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 428
Name: Unquoted Search Path or Element
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 434
Name: Unrestricted Upload of File with Dangerous Type
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 450
Name: Multiple Interpretations of UI Input
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 451
Name: User Interface (UI) Misrepresentation of Critical Information
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 454
Name: External Initialization of Trusted Variables or Data Stores
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 472
Name: External Control of Assumed-Immutable Web Parameter
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 51
Name: Path Equivalence: '/multiple//internal/slash'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 52
Name: Path Equivalence: '/multiple/trailing/slash//'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 53
Name: Path Equivalence: '\multiple\\internal\backslash'
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 54
Name: Path Equivalence: 'filedir\' (Trailing Backslash)
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 55
Name: Path Equivalence: '/./' (Single Dot Directory)
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 56
Name: Path Equivalence: 'filedir*' (Wildcard)
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 57
Name: Path Equivalence: 'fakedir/../realdir/filename'
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 601
Name: URL Redirection to Untrusted Site ('Open Redirect')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 617
Name: Reachable Assertion
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 621
Name: Variable Extraction Error
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 627
Name: Dynamic Variable Evaluation
Nature: HasMember
Mapping: Discouraged
Type: Pillar
ID: 682
Name: Incorrect Calculation
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 73
Name: External Control of File Name or Path
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 754
Name: Improper Check for Unusual or Exceptional Conditions
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 77
Name: Improper Neutralization of Special Elements used in a Command ('Command Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 770
Name: Allocation of Resources Without Limits or Throttling
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 78
Name: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 79
Name: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 829
Name: Inclusion of Functionality from Untrusted Control Sphere
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 839
Name: Numeric Range Comparison Without Minimum Check
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 84
Name: Improper Neutralization of Encoded URI Schemes in a Web Page
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 88
Name: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 89
Name: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 90
Name: Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 91
Name: XML Injection (aka Blind XPath Injection)
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 913
Name: Improper Control of Dynamically-Managed Code Resources
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 914
Name: Improper Control of Dynamically-Identified Variables
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 915
Name: Improperly Controlled Modification of Dynamically-Determined Object Attributes
Nature: HasMember
Mapping: Allowed-with-Review
Type: Base
ID: 94
Name: Improper Control of Generation of Code ('Code Injection')
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 95
Name: Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
Nature: HasMember
Mapping: Allowed
Type: Base
ID: 96
Name: Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')
Nature: HasMember
Mapping: Allowed
Type: Variant
ID: 98
Name: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Nature: HasMember
Mapping: Allowed-with-Review
Type: Class
ID: 99
Name: Improper Control of Resource Identifiers ('Resource Injection')
▼Vulnerability Mapping Notes
Usage:Prohibited
Reason:View
Rationale:

This entry is a View. Views are not weaknesses and therefore inappropriate to describe the root causes of vulnerabilities.

Comments:

Use this View or other Views to search and navigate for the appropriate weakness.

▼Notes
▼Audience
StakeholderDescription
▼References

Expand AllCollapse All

BOSS-279 - Input Validation Strategy
Details not found