Bug 171716
Summary: | 20050901 ipmi poweroff: fix chassis control | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Mark J. Cox <mjc> |
Component: | kernel | Assignee: | Peter Martuccelli <peterm> |
Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 4.0 | CC: | jbaron, security-response-team |
Target Milestone: | --- | Keywords: | Reopened, Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | public=20050901,impact=important | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-03-20 21:01:34 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mark J. Cox
2005-10-25 15:45:22 UTC
The upstream code changed the /proc interface so we cannot accept the patch in RHEL. We would end up breaking the API used by existing applications. The question is if we can come up with a patch that addresses the issues without changing the /proc interface. Outside of the two lines mentioned in the first comment, the whole patch is about changing the /proc interface to move the ipmi devices to /proc/sys using the sysctl interface. We cannot come up with an alternative patch to resolve this issue. This is secondary, the string is null terminated, and follows the correct default code path to power down the system based on the sscanf usage. There is no security issue here to resolve, and no bug(s) to fix. As part of IPMI maintenance I would update the poweroff module to keep in sync with upstream, but as I mentioned it would break the user space API. Let me know if there is a CVE for this BZ entry. As to my knowledge, we never assigned a CVE name for this issue, but this means basically nothing. However thanks for the additional explanation and feel free to close this one as NOTABUG now. Closing this one as WONTFIX now, since it seems it is impossible to fix this issue without breaking the user space API. |