Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcms: ICC profile version check security fix - CVE-2014-0459 #29

Closed
thoger opened this issue Apr 16, 2014 · 3 comments
Closed

lcms: ICC profile version check security fix - CVE-2014-0459 #29

thoger opened this issue Apr 16, 2014 · 3 comments

Comments

@thoger
Copy link

thoger commented Apr 16, 2014

Yesterday, a commit was made to OpenJDK (and the same issue fixed in Oracle JDK via Oracle Critical Patch Update Advisory - April 2014) fixing an issue in embedded lcms.

http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d6739b8326a4
http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html#AppendixJAVA

Fix adds code that validates profile version.

There are no real details available, CVSS score used in the CPU indicates that lack of the check impacts application availability, possibly causing crash.

This check is currently not part of the Little-CMS git master. I'm unsure if you were notified about this issue by Oracle, or if you may have more details about affected versions (i.e. whether 1.x and 2.x are affected).

@mm2
Copy link
Owner

mm2 commented Apr 16, 2014

Thanks Tomas,
Yes, Oracle guys already notified me. I have fixed it on GIT. Severity is low, as it cannot be used as exploit.
Regards, Marti.

@mm2 mm2 closed this as completed Apr 16, 2014
@thoger
Copy link
Author

thoger commented Apr 16, 2014

Thank you for the quick response! For posterity, commit is 74ba391.

Can you share any details on the impact or if this is needed for 1.x too?

@mm2
Copy link
Owner

mm2 commented Apr 16, 2014

Probably.. but I don't maintain 1.x anymore, it has more serious security issues that this one. My recommendation is to migrate to 2.6 and avoid problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants