4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / file.eps EPS
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 300 200
%%Title: Example EPS file for CVE-2023-36664
%%Creator: jakab.akos

% Translate the coordinate system
10 830 translate

% Scale the coordinate system by a factor of 175 in both X and Y directions
175 175 scale

% Define the dimensions and transformation matrix for the image
705
218
8
[705 0 0 -218 0 0]

% Embed the JPEG image "vsociety.jpg" and apply the DCTDecode filter
(vsociety.jpg) (r) file /DCTDecode filter

% Specify that the image will be displayed using the RGB color space
false

% Specify the number of color components for the image (3 for RGB)
3

% Display the image using the specified settings
colorimage

% Display the page
showpage