canmove, Confirmed users
638
edits
Line 131: | Line 131: | ||
! style="width:5%" | Examples | ! style="width:5%" | Examples | ||
|- | |- | ||
| <b> | | <b>csectype- </b> | ||
| Client Security (ie. Firefox, Thunderbird, etc) | | Client Security (ie. Firefox, Thunderbird, etc) | ||
| | | | ||
{|class="wikitable collapsible fullwidth-table" | {|class="wikitable collapsible fullwidth-table" | ||
! | ! csectype- | ||
|- | |- | ||
! style="width:5%" | Code | ! style="width:5%" | Code | ||
! style="width:10%"| Description | ! style="width:10%"| Description | ||
|- | |- | ||
| | |csectype-bounds || client security issues due to incorrect boundary conditions (read or write) | ||
|- | |- | ||
| | |csectype-disclosure || Disclosure of sensitive user data, personal information, etc in a client product. | ||
|- | |- | ||
| | |csectype-dos || Used to tag client Denial of Service bugs. For web server denial of service bugs please use wsec-dos as these tend to be more severe. Search 28 | ||
|- | |- | ||
| | |csectype-intoverflow || client security issues due to integer overflow | ||
|- | |- | ||
| | |csectype-oom || A client crash or hang that occurs in Out Of Memory conditions Search 2 | ||
|- | |- | ||
| | |csectype-other || client security issues that don't fit into other categories | ||
|- | |- | ||
| | |csectype-priv-escalation || client privilege escalation security issues | ||
|- | |- | ||
| | |csectype-sop || violations of the client Same Origin Policy (Universal-XSS bugs, for example). | ||
|- | |- | ||
| | |csectype-uaf || client security issues due to a use-after-free Search 1 | ||
|- | |- | ||
| | |csectype-ui-redress || client security issues due to UI Redress attacks, either site-on-site ("clickjacking" and friends) or manipulation of the browser UI to fool users into taking the wrong action. | ||
|- | |- | ||
| | |csectype-uninitialized || client security issues due to use of uninitialized memory | ||
|- | |- | ||
| | |csectype-wildptr || client security issues due to pointer misuse not otherwise covered (see csectype-uaf, csectype-uninitialized, csectype-intoverflow, csectype-bounds) | ||
|- | |- | ||
|} | |} | ||
Line 189: | Line 189: | ||
|wsec-disclosure || Disclosure of sensitive data, personal information, etc from a web service | |wsec-disclosure || Disclosure of sensitive data, personal information, etc from a web service | ||
|- | |- | ||
|wsec-dos || Used to denote web server Denial of Service bugs. For similar bugs in client software please use | |wsec-dos || Used to denote web server Denial of Service bugs. For similar bugs in client software please use csectype-dos instead. | ||
|- | |- | ||
|wsec-errorhandling || Any error handling issue | |wsec-errorhandling || Any error handling issue | ||
Line 225: | Line 225: | ||
|} | |} | ||
|} | |} | ||
=== Whiteboard Tags === | === Whiteboard Tags === | ||
{| style="width: 800px;" class="wikitable collapsible fullwidth-table" | {| style="width: 800px;" class="wikitable collapsible fullwidth-table" |