[Freeciv-tickets] [freeciv] #45682: Secfile save buffer overflow with fc_vsnprintf() fallback implementation

アーカイブの一覧に戻る
OSDN Ticket System norep****@osdn*****
Thu Sep 22 01:20:15 JST 2022


#45682: Secfile save buffer overflow with fc_vsnprintf() fallback implementation

  Open Date: 2022-09-21 19:20
Last Update: 2022-09-21 19:20

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/45682
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45682

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-09-21 19:20 Updated by: cazfi
 * New Ticket "Secfile save buffer overflow with fc_vsnprintf() fallback implementation" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Bugs
        Status: Open
      Priority: 5 - Medium
     MileStone: 3.0.4
     Component: General
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

fc_vsnprintf() fallback implementation uses internal buffer of 64k (VSNP_BUF_SIZE). While secfile to save is being prepared, ioz.c might request it to handle buffer of size 8096k (PLAIN_FILE_BUF_SIZE).
Noticed while testing WIP patch for #45629 that also adds missing overflow checking to fc_vsnprintf().


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/45682
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45682



More information about the Freeciv-tickets mailing list
アーカイブの一覧に戻る