View Issue Details

IDProjectCategoryView StatusLast Update
0009325GNUnetutil librarypublic2024-11-05 09:16
Reporterfefe Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version0.22.3 
Summary0009325: GNUNET_DNSPARSER_builder_add_mx: integer overflow
Description  1105 if (*off + sizeof(uint16_t) > dst_len)
  1106 return GNUNET_NO;

off is a size_t* and comes in as function argument. If the caller was tricked, this could overflow.
TagsNo tags attached.

Activities

schanzen

2024-11-05 09:16

administrator   ~0023664

Mantis did noch catch commit strings

Issue History

Date Modified Username Field Change
2024-11-04 17:07 fefe New Issue
2024-11-04 19:26 schanzen Target Version => 0.22.3
2024-11-05 09:16 schanzen Note Added: 0023664
2024-11-05 09:16 schanzen Status new => resolved
2024-11-05 09:16 schanzen Resolution open => fixed
2024-11-05 09:16 schanzen Assigned To => schanzen