Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Delivered
Workspace Spectrum LSF
Created by Guest
Created on Sep 6, 2018

Security vulnerability in daemons_wrap

We have identified a security vulnerability in the current version of daemons_wrap that allows a user to run arbitrary code with elevated permissions.

Since daemons_wrap runs as root, and it uses the user's path to locate the cleartool binary, it is possible for the user to inject a different executable in their path before the real cleartool binary, allowing them to run the code as root on the execution host.

We would like an updated daemons_wrap.c file that fixes this vulnerability.

  • Guest
    Reply
    |
    Sep 9, 2018

    The daemons_wrap.c is only used with the Clearcase integration and not installed/enabled by default.
    Sites not using the Clearcase integration are not impacted by this.

    The example source for daemons_wrap is provided to allow a site to customize it's behavior. The use case for the original code was to allow user to control which version of clearcase would be used - thus it picks it up from the users path.

    The simplest fix is to hardcode the path before compilation.

    We accept that example code should not be insecure, and will provide an update via normal support channels.