REDHAT-BUG-288201: Low severity Selinux mcstrans vulnerability

Published Sep 12, 2007
·
Updated

Reported via secalert:

There is an algorithmic complexity weakness in the way the MCS translation daemon handles ranges of compartments in sensitivity labels. When translating a security context that includes a range of categories separated by a period, e.g. "c0.c10", the daemon calls the substituterange() function to replace the range with an explicit declaration of each category, e.g. "c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,10". The vulnerable logic in this function is shown below (with some lines wrapped for readability):

while (tok) { if ((r=strchr(tok, '.')) !=0) { int begin=atoi(&tok[1]); ++r; int end=atoi(&r[1]); for (;begin<end+1;begin++) { tmp=sub; if (asprintf(&sub, "%sc%d,", sub, begin) < 0) { error=1; break; } free(tmp); } } else { tmp=sub; if (asprintf(&sub, "%s%s,", sub, tok) < 0) { error=1; break; } free(tmp); } tok=strtokr(NULL, ",", &ptr); }

The attacker supplies the input string for this function, and the values of 'begin' and 'end' are not checked. Consequently, by supplying an abnormally long range, an attacker can cause the program to remain in the above loop for an extremely long period of time. Since mcstransd is a single-threaded, single-process daemon, it supports only one concurrent request.

This weakness allows a local attacker to trivially prevent the daemon from responding to requests for an extended period of time (hours or days). When the mcstrans service is enabled, the system calls upon mcstransd for user logins and the execution of many programs. If mcstransd does not respond, those operations silently hang.

Affected Software

1 affected component
Selinux mcstrans

Event History

Sep 12, 2007
Data Sourced
via Red Hat·06:47 PM
DescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of REDHAT-BUG-288201?

The severity of REDHAT-BUG-288201 is considered important due to algorithmic complexity that can lead to denial-of-service conditions.

2

How do I fix REDHAT-BUG-288201?

To fix REDHAT-BUG-288201, it is recommended to update the SELinux mcstrans package to the latest version that addresses this vulnerability.

3

What impact does REDHAT-BUG-288201 have on system security?

REDHAT-BUG-288201 can potentially allow an attacker to exhaust resources through crafted sensitivity labels, affecting system availability.

4

What systems are affected by REDHAT-BUG-288201?

REDHAT-BUG-288201 affects systems using the SELinux mcstrans translation daemon that are configured with specific security contexts.

5

Is there a workaround for REDHAT-BUG-288201?

A recommended workaround for REDHAT-BUG-288201 is to restrict the use of complex sensitivity labels until a fix can be applied.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203