Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18e8fa1

Browse files
committed
Update types-of-weaknesses.md
1 parent e9507d3 commit 18e8fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hackers/types-of-weaknesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ External ID | Weakness Type | Description
104104
[CWE-391](https://capec.mitre.org/data/definitions/391.html) | Unchecked Error Condition | Ignoring exceptions and other error conditions may allow an attacker to induce unexpected behavior unnoticed.
105105
[CWE-400](https://capec.mitre.org/data/definitions/400.html) | Denial of Service | The software does not properly restrict the size or amount of resources that are requested or influenced by an actor, which can be used to consume more resources than intended.
106106
[CWE-409](https://capec.mitre.org/data/definitions/409.html) | Improper Handling of Highly Compressed Data (Data Amplification) | The software does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
107-
[CWE-415 (https://capec.mitre.org/data/definitions/415.html) | Double Free | The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.
107+
[CWE-415](https://capec.mitre.org/data/definitions/415.html) | Double Free | The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.
108108
[CWE-416](https://capec.mitre.org/data/definitions/416.html) | Use After Free | Referencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code.
109109
[CWE-425](https://capec.mitre.org/data/definitions/425.html) | Forced Browsing | The web application does not adequately enforce appropriate authorization on all restricted URLs, scripts, or files.
110110
[CWE-426](https://capec.mitre.org/data/definitions/426.html) | Untrusted Search Path | The application searches for critical resources using an externally-supplied search path that can point to resources that are not under the application's direct control.

0 commit comments

Comments
 (0)