"One coder added at least two database entries that are visible on the live site and say “this is a joke of a .gov site” and “THESE ‘EXPERTS’ LEFT THEIR DATABASE OPEN -roro.” "

    • @athairmor
      link
      English
      361 day ago

      Can’t move fast and break things with things that aren’t broken.

  • @[email protected]
    link
    fedilink
    English
    26
    edit-2
    1 day ago

    Oooh that’s juicy. I wonder how many holes they left in the important production systems that they’ve been touching.

    I also wonder, with how progressive and dissenting American programmers and cybersec experts are, if our l33t h4x0r sk1llz could be turned against DOGE?

    Not suggesting anything wildly destructive, just some friendly grey-hat trolling to slow them down and expose their flaws. Think of it as a complimentary pen-test.

    Part of me also thinks they are hoping some people will slip in some “proof” of fraud somewhere, like how people “proved” the COVID vaccine was killing people via VAERS.

    • andrew_bidlaw
      link
      fedilink
      English
      61 day ago

      I also wonder, with how progressive and dissenting American programmers and cybersec experts are, if our l33t h4x0r sk1llz could be turned against DOGE?

      What can hurt Musk? These kids are nobodies, his co-conspirators all depend on his will, and the only thing I suspect is probable to crush him is either a lone gunner or an oil\tech barron who got too pissed of from his plans ruining their business prospects.

      • @underfreyja
        link
        English
        261 day ago

        What the actual fuck 😂😂😂😂

        • @[email protected]
          link
          fedilink
          English
          651 day ago

          If SQL injection is picking a lock, this is entering through an unlocked door.

          Not sophisticated at all, authentication on API routes is way earlier on the security checklist than SQL query sanitisation. This site is amateur work.

        • @kautau
          link
          English
          1024 hours ago

          Not to worry, they don’t use SQL

        • Fiestorra
          link
          fedilink
          English
          291 day ago

          Much much simpler, with a SQL injection at least you have to bypass the filters set, this is just submitting the changes through an API and the DB just eats it up.

        • @[email protected]
          link
          fedilink
          English
          181 day ago

          SQL injection is like this: you have something you can interact with on the browser like a form containing different values.

          You hit a button and that value is sent and merged into a SQL query.

          Say the value is an user ID and you’re deleting an account, perhaps your own.

          If the coder is incompetent the API will run this query: “DELETE FROM USERES WHERE ID = <id in form>”

          Which means that if you open the developer console, change the value field for that html ID you can break that SQL line and write more SQL, or you can delete other users based on their ID.

          Essentially editing a frontend input allows that input to be ran directly by the SQL engine. It’s like having full access.

          So through that ID field you can inject more SQL code. There’s multiple ways to do this, sometimes the URL itself on a website uses these query parameters like "&search=something” and the “something” is injected into the SQL string.

          SQL injection is baby’s first exploit, this method is like granting everyone DB access.

        • rigatti
          link
          English
          21 day ago

          I’m not an expert, but it sounds comparable.

          • @[email protected]
            link
            fedilink
            English
            251 day ago

            SQL injection is like picking a lock.

            This is like trying to open the door and finding out there’s no lock.

            The door isn’t necessarily obviously visible, but most buildings do tend to have doors.

            Borrowed and expanded upon another commenter’s metaphor

    • @[email protected]
      link
      fedilink
      English
      20
      edit-2
      1 day ago

      Ah, unfortunately this is only accessible by master-level bitwizards in the discepline of hacking.
      Even more unfortunate is that discerning the ‘how’ is only accessible by those who are adept at reading the article.