Harry Sintonen
Infosec consultant at REVƎЯSEC https://reversec.com/ - Coding, Research + various other interests
- 32 Posts
- 23 Comments
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#curl predecessor httpget 0.2 from around 1996/1997 is 165 lines. Needless to say, it has multiple critical security vulnerabilities. How many can you spot?1·3 months agoThe httpget 0.2 doesn’t quite work in the form it was uploaded.
First it uses hardcoded argv, argc instead of getting from the app invocation (as args in main, the code uses void main).
Second obtaining any data from the socket will result in the app stopping and leaving behind an empty file (if (nread) break;).
This program could never download anything. It is likely some work in progress or modified test version of httpget. Since it includes some windows specific headers and has disabled the unix ones I can only presume it was some earlier attempt to get the tool running on windows.
So while the code has a local stack buffer overflow it can’t be triggered for this early version.
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•As expected #Apple has nuked Advanced Data Protection (ADP) for UK users. What does this mean in practice? UK govt will be able to decrypt all UK user's #iCloud data at will.1·3 months agoIf this trend continues, we will be losing the ability to use secure means of communication with UK friends and colleagues. For example, #signalapp will rather get out of the UK than add backdoors: https://www.bbc.com/news/technology-64584001
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#Nordnet - nordic digital platform for savings and investments - had an issue where people could see each others information. The website has been taken down for now.1·3 months ago“#Nordnet admits that it was possible to trade in other people’s depots during the IT breakdown”
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#Nordnet - nordic digital platform for savings and investments - had an issue where people could see each others information. The website has been taken down for now.1·3 months ago#Nordnet services appear to be back.
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#Nordnet - nordic digital platform for savings and investments - had an issue where people could see each others information. The website has been taken down for now.1·3 months agoNordnet has a lot of technical issues to sort out. If the malfunction allowed unauthorized parties to operate the accounts it will be quite messy to sort out.
Among with technical part, they will have to deal with the regulatory issues, in particular the Financial Supervisory Authority. They will demand answers.
Harry Sintonen@infosec.exchangeOPtoProgramming@fedia.io•In my youth I wrote m68k assembly programs with tens of thousands of lines and speed optimized every section of the code, even initialization/cleanup executed exactly once. It was very very silly. It1·4 months agoI still occasionally write some m68k code and apps. These are from 2024:
- Execute code in #amiga color registers: https://sintonen.fi/src/colexec/colexec.asm
- RXS-M-XS 32bit->32bit Permuted Congruential Generator: https://sintonen.fi/src/misc/pcg/_rand.asm
- Minimal modplayer (protracker music player): https://sintonen.fi/src/minimod/ (the replayer routine is mostly from Frank Wille however)
Harry Sintonen@infosec.exchangeOPtoProgramming@fedia.io•In my youth I wrote m68k assembly programs with tens of thousands of lines and speed optimized every section of the code, even initialization/cleanup executed exactly once. It was very very silly. It1·4 months agoI also participated in very useless size/speedcoding competitions - some of them are still accessible from this old web page: https://amycoders.org/compo/
Note that some of the HTML is a bit broken, for example https://amycoders.org/compo/circlecompo.html - you can view source to see the full routine
#m68k #assembly #sizecoding #speedcoding
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#cURL doesn't validate SSH host identity if known_hosts file is missing. I think this is a #vulnerability, but the project disagrees. Advisory is here:2·4 months ago@SatyrSack@feddit.org Curl will likely address this eventually even though they don’t consider it a vulnerability. See https://github.com/curl/curl/issues/16197
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•#cURL doesn't validate SSH host identity if known_hosts file is missing. I think this is a #vulnerability, but the project disagrees. Advisory is here:3·4 months agoThe latest curl version 8.12.0 (released today) is affected.
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•Apparently there's a major #vulnerability in #AMD CPUs: "AMD Microcode Signature Verification Vulnerability."1·4 months agoThe details of the #AMD Microcode Signature Verification #Vulnerability are out:
- https://www.amd.com/en/resources/product-security/bulletin/amd-sb-3019.html
- https://github.com/google/security-research/security/advisories/GHSA-4xq7-4mgh-gp6w
#infosec #infosecurity #cybersecurity
Harry Sintonen@infosec.exchangeOPtoGaming@fedia.io•Easy prediction: Lesser #NVIDIA 5000 series graphics cards will suck since multi frame generation won't really help due to increased latency (not to mention the added artifacting). Unfortunately it's1·4 months agoIn total surprise to no one, #NVIDIA #RTX5080 card is just “meh”: https://www.youtube.com/watch?v=sEu6k-MdZgc
Harry Sintonen@infosec.exchangeOPtoGame Development@fedia.io•Surface-Stable Fractal Dithering by @runevision is oddly satisfying. It somewhat reminds me of halftone dithering used in print papers (while this dithering was used due to cheap & low quality1·4 months agoOf course this is not halftone dithering as pointed out in the video, but yet my first association was the dithering used in print papers.
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•Apparently there's a major #vulnerability in #AMD CPUs: "AMD Microcode Signature Verification Vulnerability."3·4 months agoSo what could you do if the microcode signature verification can be bypassed? While not directly applicable, this #defcon presentation “DEF CON 31 - Backdoor in the Core - Altering Intel x86 Instruction Set at Runtime - Krog, Skovsende” gives some ideas: https://www.youtube.com/watch?v=Zda7yMbbW7s
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•Apparently there's a major #vulnerability in #AMD CPUs: "AMD Microcode Signature Verification Vulnerability."2·4 months ago@gabrielesvelto Yeah, information for that vulnerability is non-existent as well. In all the vulnerability management doesn’t seem to be going great here.
Update: The “PeCoffLoader memory overflow issue for security” likely is CVE-2024-38796: https://nvd.nist.gov/vuln/detail/cve-2024-38796
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•Apparently #macOS now considers #Docker malware.5·4 months agoI had actually forgotten I still had Docker installed on this system. I’ve now fixed this issue by uninstalling the malicious app. I’m using #podman elsewhere already, just had this install lingering still. Apple: Thanks for the warning!
Harry Sintonen@infosec.exchangeOPtoCybersecurity@fedia.io•Apparently #macOS now considers #Docker malware.4·4 months ago@g@irrelephant.co Oof, that’s not good at all.
Harry Sintonen@infosec.exchangeOPto PCGaming@fedia.io•Finnish Cottage Simulator got update on Finland's independence day, adding:1·6 months ago@Ichinin@infosec.exchange Nah, but there’s another booze bottle in the game that is exact same alcvol as Koskenkorva. They are of course actively avoiding trademark issues by creating their own labels and trademarks for items.
Harry Sintonen@infosec.exchangeOPto PCGaming@fedia.io•Finnish Cottage Simulator has to be one of the prettiest indie games ever. The foliage, water, weather and lighting is outright amazing in the game. What is the game about? Doing cottage things in1·6 months agoI just noticed that the game location (Mankila) is actually a real place in Finland: https://maps.app.goo.gl/D3dFdmt7ACokCf7d8
The shape of the lake, the buildings around it are different and there are extra islands etc, but it is clearly modelled after the real deal. That’s quite cool, heh.
#FinnishCottageSimulator
Harry Sintonen@infosec.exchangeOPto PCGaming@fedia.io•Finnish Cottage Simulator has to be one of the prettiest indie games ever. The foliage, water, weather and lighting is outright amazing in the game. What is the game about? Doing cottage things in1·6 months ago@Ichinin@infosec.exchange Currently there is no driving with or working on cars, but I’ve managed to hitch a ride from one of the NPCs. Driving the moped is quite fun until you drive into a ditch. Pulling the moped out of there is as painful as in real life… 😆
Other difference to my summer car: Currently there is no hunger, thirst, stress or similar “pressure”. As it is early access I don’t know if any if this will change later.
The multiplayer is ton of fun with bunch of friends.
Here’s the more constructive part of the (I still think warranted - but likely a bit tone deaf) rant: https://github.com/tukaani-project/xz/pull/181