The X.Org project reports:
	  
	    - 
	      CVE-2025-49176: Integer overflow in Big Requests Extension
	      The Big Requests extension allows requests larger than the 16-bit length
	      limit.
	      It uses integers for the request length and checks for the size not to
	      exceed the maxBigRequestSize limit, but does so after translating the
	      length to integer by multiplying the given size in bytes by 4.
	      In doing so, it might overflow the integer size limit before actually
	      checking for the overflow, defeating the purpose of the test.