mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
fixed a stack overflow vulnerability with long command line args
This commit is contained in:
parent
07db31f7ac
commit
6340d5d2c8
3 changed files with 85 additions and 4 deletions
9
CHANGES
9
CHANGES
|
@ -1,4 +1,13 @@
|
|||
|
||||
security:
|
||||
fixed a stack overflow vulnerability that occurred when command
|
||||
line arguments (whole addresses, host names, file names) were longer
|
||||
than 512 bytes.
|
||||
Note that this could only be exploited when an attacker was able to
|
||||
inject data into socat's command line.
|
||||
Full credits to Felix Gröbert, Google Security Team, for finding and
|
||||
reporting this issue
|
||||
|
||||
####################### V 1.7.1.2:
|
||||
|
||||
corrections:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue