• 0 Posts
  • 257 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle


  • God this is beyond ridiculous.

    They used ChatGPT to sort over 1,400 National Endowment for the Humanities grants into spreadsheets. Their exact prompt to the AI was “Does the following relate at all to DEI? Respond factually in less than 120 characters. Begin with ‘Yes.’ or ‘No.’ followed by a brief explanation.”

    They didn’t define what they meant by DEI. They just asked ChatGPT to figure it out. And then cancelled grants based on whatever it said. Probably didn’t even read past the yes or no.

    The government’s defence was essentially ChatGPT did it, not us. When asked if he regretted people losing income, he said he didn’t, because reducing the deficit was more important. When asked if they actually reduced the deficit, he admitted they did not.

    They caused real harm, achieved nothing they claimed to be pursuing, and expressed zero regret about it.

    Just really horrible all around.









  • Sure, but I’m one of the very few people in this thread that didn’t go in that direction so I’m not really sure why you’re directing that point at me.

    Though I guess the main point would be that if the game can only end after someone catches the snitch, you’d still rather it be you than the other team.

    In many sports, how much you lose by matters for certain things like rankings and such. Like say the other team has 160+ more points than you. Clearly your team is catastrophically terrible at the game to have ended up in that position. You’re probably not catching up.

    Even if you have faith they could make 2 goals, there’s no real way to time catching the snitch at exactly the right moment, nor to make sure the other seeker doesn’t get it in that time.

    So in general it’s probably better to put your team out of its misery and lose by 10 points rather than by over 300 points.







  • I fully agree, there isn’t a good reason. The issue is that flaw is a systemic one in Windows.

    Modern operating systems should be operating under zero trust. The fact that Windows still operates on Intranet Era logic, where if a file is reachable, it’s probably safe, is exactly why these exploits keep happening.

    The problem comes down to a Windows API called ShellExecute. When an application like Notepad passes a link to this API, it is effectively saying to the OS, The user wants to open this, figure out how to run it.

    Windows looks at it and essentially says, Oh, it’s an .exe on a network share? The user must want to run that software, launch it, rather than, This is executable code from a network location I don’t control, download it and make the user double-click it themselves.

    The main reason it does this is for legacy enterprise convenience. Decades ago Microsoft designed Windows so that companies could put internal tools on a shared drive and employees could run them instantly. They prioritised seamlessness over security by assuming the network perimeter was the security boundary, and everything on it was there because they wanted it to be.

    Obviously that assumption is dangerous. Like you said, no remote executable should ever be treated as trusted by default, regardless of whether it came from the Store, an SMB share, or a web link. The action of clicking a link should never map directly to execution of code. It should map to retrieval of data. Microsoft basically turned a convenience feature into a permanent vulnerability.


  • Yeah I get your thought process, but the second vulnerability is actually just how Windows is designed to work. When Notepad follows a link, it isn’t opening a web page, it’s passing a command directly to the OS shell.

    Because Notepad is a trusted native application, it bypasses many of the security checks that a browser has.

    If the link uses the file:// protocol to point to an .exe on a remote server, or ms-appinstaller to trigger an install, the OS treats that as a direct instruction to launch that software, so it can trigger an app installation prompt or, depending on the exploit, silently side-load malicious packages.


  • Robust Mirror@aussie.zonetoMemes@sopuli.xyzIt's the dream
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    3 months ago

    What I’m going to say is: technology. The calendar will never change because of technology. This would be the most expensive and extensive change in history. Every computer system, program, device everything.

    And you have to either retroactively change past dates, or support 2 systems at the same time. It’s almost insurmountable at this point.