Menu

#763 CVE-2026-25799

v1.0_(example)
closed-fixed
None
5
2026-03-06
2026-03-06
Petr Gajdos
No

It seems that GraphicsMagick suffers with the same problem as used to the ImageMagick codebase. On two places in yuv.c, there is:

     if ((horizontal_factor != 1) && (horizontal_factor != 2) &&
          (vertical_factor != 1) && (vertical_factor != 2))
        ThrowYUVReaderException(OptionError,UnsupportedSamplingFactor,
          image);

The condition is true only if both factors are wrong, which does not look to be intended.

Discussion

  • Bob Friesenhahn

    Bob Friesenhahn - 2026-03-06
    • status: open --> closed-fixed
    • assigned_to: Bob Friesenhahn
     
  • Bob Friesenhahn

    Bob Friesenhahn - 2026-03-06

    This issue is addressed by Mercurial changeset 18005:85f3971e259d, which is included in the latest (1.4.020260306) source development snapshot.

    Much thanks to Petr, who tried extra hard to communicate about this issue with me.

     

Log in to post a comment.

MongoDB Logo MongoDB