|
Bugzilla – Full Text Bug Listing |
| Summary: | Generic gssapi -lgssapi broken (libgssapi-0.3-2 & nfs-utils-1.0.7-13) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Serguei Leontiev <lse> |
| Component: | Security | Assignee: | Forgotten User b5BnQSUi71 <forgotten_b5BnQSUi71> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | forgotten_b5BnQSUi71, leo, security-team |
| Version: | RC 1 | Keywords: | security |
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Sun samples for use GSS-API | ||
|
Description
Serguei Leontiev
2005-09-29 00:34:37 UTC
Summary correct to GSSAPI reassign to olaf. do you have the sample source code perhaps and can attach it here? Created attachment 51179 [details] Sun samples for use GSS-API Description this sample show: <http://docs.sun.com/app/docs/doc/816-4863> Complie it to use libgssapi-0.3-2 & nfs-utils-1.0.7-13 gcc -g -o gss-server gss-server.c gss-misc.c -lgssapi -ldl gcc -g -o gss-client gss-client.c gss-misc.c -lgssapi -ldl P.S. This sapmles work fine if compile it with krb5-devel-1.4.1-5, e.g.: gcc -g -o gss-server gss-server.c gss-misc.c -lgssapi_krb5 gcc -g -o gss-client gss-client.c gss-misc.c -lgssapi_krb5 The issue was with the libgssapi code attempting to free the static storage, resulting in access violation. This code path/flow may not have been used by normal NFSv4 operations (as it didn't crash), but has been exploited by Solaris sample code. The issue has been fixed in libgssapi-0.4 and subsequently is available in the latest libgssapi-0.5. libgssapi will be updated during the next release. |