-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hi! I've been using SharpFuzz + AFL++ to fuzz .NET libraries and found some bugs across different libraries. Would love to get these added to the Trophies section.
-
ConfigurationManager NullReferenceException when sectionGroup name contains "/"
-
MimeKit ParseUtils.TryParseDomain throws IndexOutOfRangeException fixed
-
MetadataExtractor Mp3Reader throws IndexOutOfRangeException in SetBitrate and frequencyMapping
-
PdfPig PdfTokenScanner.TryReadStream throws IndexOutOfRangeException
-
SharpCompress Multiple decompressors crash on malformed input (9 crash sites across LZW, BZip2, Squeeze, ArcLZW)
-
SharpYaml StackOverflowException via deeply nested flow sequences/mappings fixed
-
SharpZipLib BZip2InputStream crashes on malformed input (4 IOOB, 1 NullRef)
-
SixLabors.Fonts Format4SubTable.TryGetGlyphId throws IndexOutOfRangeException fixed
-
SixLabors.Fonts CreateCffGlyphMetrics throws NullReferenceException fixed (multiple crashes)
-
SixLabors.Fonts LookupType2Format1SubTable.TryUpdatePosition throws IndexOutOfRangeException
-
SixLabors.ImageSharp BmpDecoderCore.ReadRgbPalette throws DivideByZeroException fixed
-
SixLabors.ImageSharp JpegDecoderCore.ParseStream throws NullReferenceException fixed
-
SixLabors.ImageSharp BmpDecoderCore.ReadImageHeaders throws OutOfMemoryException fixed
-
SixLabors.ImageSharp PngPhysical.Parse throws IndexOutOfRangeException fixed
-
SixLabors.ImageSharp ReadCompressedTextChunk and ReadInternationalTextChunk throw IndexOutOfRangeException fixed
-
SixLabors.ImageSharp AssignColorPalette throws IndexOutOfRangeException fixed