Bug 582601 (CVE-2010-1166)
| Summary: | CVE-2010-1166 Xorg: X server Render extension memory corruption | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
| Component: | vulnerability | Assignee: | Nobody <nobody> |
| Status: | VERIFIED --- | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | ajax |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 495733, 582651 | ||
| Bug Blocks: | |||
|
Description
Tomas Hoger
2010-04-15 12:04:32 UTC
mod() macro has the same definition in Xorg and XFree86 in Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 3 respectively, but in those versions, no expression is used as the first operand (the dividend). The expression causing incorrect calculation was added upstream via: http://cgit.freedesktop.org/xorg/xserver/commit/?id=7c84189ea1 https://bugs.freedesktop.org/show_bug.cgi?id=3566 In current X server versions, there is similar issue in fbWalkCompositeRegion. However, it does not seem to be called in the current code. It was previous called from fbComposite: http://cgit.freedesktop.org/xorg/xserver/commit/?id=d2f813f7db but it does not call it any more. Removing embargo This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2010:0382 https://rhn.redhat.com/errata/RHSA-2010-0382.html |