Live data from Hacker News

MSI Center – How to gain SYSTEM privileges in seconds

mrbruh.com

11–20 of 68 posts

Re: MSI Center – How to gain SYSTEM privileges in seconds

#11
post #9
post #3

Is there any valid reason to still be using 3DES in 2026? It was formally deprecated in 2018 and has been surpassed in just about every single way by AES long before that. At this point I feel like it's use is such a huge red flag

I mean they're still using Inno Setup which was pretty cool in 2004.

I mean I still build windows installers with NSIS which has somehow just-worked for decades.

Re: MSI Center – How to gain SYSTEM privileges in seconds

#12
post #4

> After this minor hiccup, the experience with MSI was actually quite pleasant. They prepared a patch for the vulnerability within two days of me reporting it and told me which MSI Center release it was to be bundled with, and when they planned to release the new version. Was NOT expecting a happy ending. I don't know if the part of MSI Center with the pipe vulnerability is automatically installed on desktops but thi…

> this is the terribly written software that you need to turn off all the obnoxious lights on your MB and DRAM You should reverse engineer it and write a free software replacement! I did this for my Clevo laptop's keyboard LEDs: https://github.com/matheusmoreira/ite-829x Still one of my most satisfying projects and I use it to this day. These manufacturer apps are so bad. Clevo control center would take over a minute…

[deleted]

Re: MSI Center – How to gain SYSTEM privileges in seconds

#13
post #9
post #3

Is there any valid reason to still be using 3DES in 2026? It was formally deprecated in 2018 and has been surpassed in just about every single way by AES long before that. At this point I feel like it's use is such a huge red flag

I mean they're still using Inno Setup which was pretty cool in 2004.

Unfortunately plenty of folks still didn't got the memo MSI and MSIX exist.

Re: MSI Center – How to gain SYSTEM privileges in seconds

#14
> So far, for the vulnerabilities I have reported to Google, ASUS, AMD, TP-Link, Netgear, MSI (and more), they have paid out a total of $0 in bug bounties.

Why bother reporting to them ?

You could just as well sell it to third parties if it doesn't interest them.

Re: MSI Center – How to gain SYSTEM privileges in seconds

#15
post #13
post #9

Earlier quoted context omitted.

I mean they're still using Inno Setup which was pretty cool in 2004.

Unfortunately plenty of folks still didn't got the memo MSI and MSIX exist.

Unfortunately, WiX is still a pain in the ass to use and there's a lot of simple tooling that makes NSIS/InnoSetup/etc shockingly easy to use while the same MSI experience is garbage.

msix is just a different beast entirely too.

Re: MSI Center – How to gain SYSTEM privileges in seconds

#16
post #15
post #13

Earlier quoted context omitted.

Unfortunately plenty of folks still didn't got the memo MSI and MSIX exist.

Unfortunately, WiX is still a pain in the ass to use and there's a lot of simple tooling that makes NSIS/InnoSetup/etc shockingly easy to use while the same MSI experience is garbage. msix is just a different beast entirely too.

What about using the Visual Studio packaging tools?

I live on .NET/C++ universe in regards to Windows development, so it might be it isn't as nice for not blessed stacks.

Re: MSI Center – How to gain SYSTEM privileges in seconds

#18
post #9
post #3

Is there any valid reason to still be using 3DES in 2026? It was formally deprecated in 2018 and has been surpassed in just about every single way by AES long before that. At this point I feel like it's use is such a huge red flag

I mean they're still using Inno Setup which was pretty cool in 2004.

For some reason, that holds an appxbundle per the article. I'd suspect they needed to run some pre- or post-install code (maybe to check for their hardware?).

Re: MSI Center – How to gain SYSTEM privileges in seconds

#19
post #4

> After this minor hiccup, the experience with MSI was actually quite pleasant. They prepared a patch for the vulnerability within two days of me reporting it and told me which MSI Center release it was to be bundled with, and when they planned to release the new version. Was NOT expecting a happy ending. I don't know if the part of MSI Center with the pipe vulnerability is automatically installed on desktops but thi…

> this is the terribly written software that you need to turn off all the obnoxious lights on your MB and DRAM You should reverse engineer it and write a free software replacement! I did this for my Clevo laptop's keyboard LEDs: https://github.com/matheusmoreira/ite-829x Still one of my most satisfying projects and I use it to this day. These manufacturer apps are so bad. Clevo control center would take over a minute…

I did some ACPI reverse engineering on an old Toshiba laptop some years ago, with the goal of improving the Linux ACPI drivers. Learnt a lot from it, and wrote a blog post that you might find interesting: https://vorpal.se/posts/2022/aug/21/reverse-engineering-acpi... (100% human written, and I hate that I have to specify that these days).

Re: MSI Center – How to gain SYSTEM privileges in seconds

#20

> So far, for the vulnerabilities I have reported to Google, ASUS, AMD, TP-Link, Netgear, MSI (and more), they have paid out a total of $0 in bug bounties. Why bother reporting to them ? You could just as well sell it to third parties if it doesn't interest them.

You understand the concept of doing something that doesn't bring direct monetary benefit?
Post reply on HN