Ticket #20 (closed defect: fixed)

Opened 23 months ago

Last modified 17 months ago

Cafu server: NULL pointer crash

Reported by: Luigi Auriemma Owned by: Carsten
Priority: high Milestone:
Component: Cafu Engine Version: 9.06
Keywords: server, network, NULL pointer Cc:
Platform:

Description

The server can be crashed through an incomplete CS0_RemoteConsoleCommand
packet that doesn't contain the password field, leading to a NULL
pointer access.
Example of malformed packet: FF FF FF FF 00 00 00 00 05

Change History

Changed 23 months ago by Carsten

  • owner set to Carsten
  • status changed from new to confirmed

Changed 17 months ago by Carsten

  • status changed from confirmed to closed
  • resolution set to fixed

Closed by r145:
Revised server code, fixing #20.
Thanks to Luigi Auriemma for the report!

Note: See TracTickets for help on using tickets.