• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Anyone use bash?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Originally posted by DaveB View Post
    It is BASH. The issue is that BASH will accept command input from other sources when it shouldn't. There are legitimate reasons why you would want CGI (Or SSH, Or Telnet or a number of other sources ) scripts to pass stuff to BASH for execution, the problem is that this can be exploited to get BASH to do stuff that you wouldn't normally be able to do, including running privilege escalation exploits.
    I would never expose BASH to the internet, it's not designed for it. Use a proper server side programming language. If people have been using it on routers etc then it's their fault.

    Comment


      #22
      We in the AIX community eschewed bash before it even got a hold and as such you won't find bash on any AIX box except if some balloon who can't use vi as a command line editor installed the admittedly IBM-packaged fileset...

      Comment


        #23
        Originally posted by Unix View Post
        If only people used Windows, it never had any security issues......
        Don't jump to conclusions.

        There are commercial alternatives to Windows.
        Behold the warranty -- the bold print giveth and the fine print taketh away.

        Comment


          #24
          Originally posted by stek View Post
          We in the AIX community eschewed bash before it even got a hold and as such you won't find bash on any AIX box except if some balloon who can't use vi as a command line editor installed the admittedly IBM-packaged fileset...
          OS X started out with tcsh as the default shell. Dunno why they changed it to bash.
          Behold the warranty -- the bold print giveth and the fine print taketh away.

          Comment


            #25
            Originally posted by Unix View Post
            If only people used Windows, it never had any security issues......
            Did I say it hadn't?

            No need to get personal about it. Everything I posted was true. Just because everyone else uses some software doesn't mean you can inherently trust it. If there is a major issue in a piece of commercial software then the company who wrote it is responsible for it. When stuff like this happens you are dependant either on one guy who is a volunteer or on unrelated third parties to step in and ensure it gets fixed. You have no control and no recourse if it causes you any damage.
            "Being nice costs nothing and sometimes gets you extra bacon" - Pondlife.

            Comment


              #26
              Originally posted by Unix View Post
              I would never expose BASH to the internet, it's not designed for it. Use a proper server side programming language. If people have been using it on routers etc then it's their fault.
              The issue isn't with edge kit. It's running on web facing servers that legitimately have the capacity for their web environment using CGI or SSH etc to pass commands to BASH for execution. The problem is not that BASH is directly executable from the web, it's that it can be passed malicious commands via the front end exploiting legitimate functionality.
              "Being nice costs nothing and sometimes gets you extra bacon" - Pondlife.

              Comment


                #27
                Originally posted by Unix View Post
                I would never expose BASH to the internet, it's not designed for it. Use a proper server side programming language. If people have been using it on routers etc then it's their fault.
                I would explain how completely you have failed to understand the issue, but you are clearly so enamoured of the uninformed certainty that springs from your profound ignorance that you wouldn't pay any attention.

                Comment


                  #28
                  Originally posted by DaveB View Post
                  Did I say it hadn't?

                  No need to get personal about it. Everything I posted was true. Just because everyone else uses some software doesn't mean you can inherently trust it. If there is a major issue in a piece of commercial software then the company who wrote it is responsible for it. When stuff like this happens you are dependant either on one guy who is a volunteer or on unrelated third parties to step in and ensure it gets fixed. You have no control and no recourse if it causes you any damage.
                  Because Red Hat, Ubuntu, and the myriad other companies who are providing fixes for this are all either one guy volunteering, or unrelated third parties. No, hang on, Red Hat has a market capitalisation of over $10 billion on the NYSE, Ubuntu shows annual revenues of $300 million… I wonder how they manage that, given that open source software isn't commercial?

                  Comment


                    #29
                    Originally posted by NickFitz View Post
                    I can't explain it so will insult you instead to appear superior
                    FTFY

                    Comment


                      #30
                      Originally posted by NickFitz View Post
                      Because Red Hat, Ubuntu, and the myriad other companies who are providing fixes for this are all either one guy volunteering, or unrelated third parties. No, hang on, Red Hat has a market capitalisation of over $10 billion on the NYSE, Ubuntu shows annual revenues of $300 million… I wonder how they manage that, given that open source software isn't commercial?
                      Which is fine, and a good thing. But what about all those folks who grab the latest binaries or source code from the repository and deploy it themselves. They are the ones relying on the one volunteer or the third parties to fix the problem. Even the companies who build home routers and (allegedly in some cases) know how to write networking code are relying on running it on top of a BASH shell that they may well have grabbed for free from Github because it was there, it worked, and it didn't need any messy or expensive licensing.
                      "Being nice costs nothing and sometimes gets you extra bacon" - Pondlife.

                      Comment

                      Working...
                      X