mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
VULN-DISCLOSURE-POLICY: NULL dereferences and crashes
If a malicious server can trigger a NULL dereference in curl or otherwise cause curl to crash (and nothing worse), chances are big that we do not consider that a security problem. Closes #13974
This commit is contained in:
parent
b4ccf3fcbe
commit
b715bb371c
4
.github/scripts/spellcheck.words
vendored
4
.github/scripts/spellcheck.words
vendored
|
@ -174,6 +174,8 @@ decrypting
|
||||||
deepcode
|
deepcode
|
||||||
DELE
|
DELE
|
||||||
DER
|
DER
|
||||||
|
dereference
|
||||||
|
dereferences
|
||||||
deselectable
|
deselectable
|
||||||
deserialization
|
deserialization
|
||||||
Deserialized
|
Deserialized
|
||||||
|
@ -508,8 +510,8 @@ monospace
|
||||||
MorphOS
|
MorphOS
|
||||||
MPE
|
MPE
|
||||||
MPL
|
MPL
|
||||||
MPTCP
|
|
||||||
mprintf
|
mprintf
|
||||||
|
MPTCP
|
||||||
MQTT
|
MQTT
|
||||||
mqtt
|
mqtt
|
||||||
mqtts
|
mqtts
|
||||||
|
|
|
@ -298,3 +298,18 @@ is curl working as designed and is not a curl security problem. Escape
|
||||||
sequences, moving cursor, changing color etc, is also frequently used for
|
sequences, moving cursor, changing color etc, is also frequently used for
|
||||||
good. To reduce the risk of getting fooled, save files and browse them after
|
good. To reduce the risk of getting fooled, save files and browse them after
|
||||||
download using a display method that minimizes risks.
|
download using a display method that minimizes risks.
|
||||||
|
|
||||||
|
## NULL dereferences and crashes
|
||||||
|
|
||||||
|
If a malicious server can trigger a NULL dereference in curl or otherwise
|
||||||
|
cause curl to crash (and nothing worse), chances are big that we do not
|
||||||
|
consider that a security problem.
|
||||||
|
|
||||||
|
Malicious servers can already cause considerable harm and denial of service
|
||||||
|
like scenarios without having to trigger such code paths. For example by
|
||||||
|
stalling, being terribly slow or by delivering enormous amounts of data.
|
||||||
|
Additionally, applications are expected to handle "normal" crashes without
|
||||||
|
that being the end of the world.
|
||||||
|
|
||||||
|
There need to be more and special circumstances to treat such problems as
|
||||||
|
security issues.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user