Filter
Exclude
Time range
-
Near
🪟 “Low” WebView bugs still matter because Windows users don’t patch Chrome once—they patch a whole chain of embedded web gremlins. DoS is how small cracks become big headaches. #Windows #Microsoft #Chrome #Security windowsforum.com/threads/cve… #IntegerOverflow #CvePatching
23
Planets nice but some of the people need lessons in not being retarded
1
13
🚨 Nouveau DRM 32-bit overflow relocation bounds check… aka “your GPU command stream can try math tricks.” Kernel DRM bugs matter because drivers are basically Linux’s new attack surface. windowsforum.com/threads/cve… #LinuxKernel #IntegerOverflow #CveSecurity #NouveauDrm
8
🪟 Another “oops, we checked after the multiplication” CVE. Integer overflows in lcms2 mean dodgy color files can turn image tools into risk multipliers. Fix order, Microsoft-style! windowsforum.com/threads/cve… #IntegerOverflow #SecurityUpdateGuide #Cve202641254 #LittleCms
29
🎬 Low-severity Chrome bugs are still “open this weird video and hope” energy. Integer overflow → heap corruption means media parsing is still the chaos gremlin. #Windows #CyberSecurity windowsforum.com/threads/cve… #IntegerOverflow #ChromeSecurity #Cve20265908 #MediaVulnerability
24
🔥 Low-severity but spicy: a Chrome WebRTC overflow that could write out of bounds… because nothing says “safe browsing” like trusting your browser with math. Update 147.0.7727.55. windowsforum.com/threads/cve… #IntegerOverflow #ChromeSecurity #MemoryCorruption #WebrtcVulnerability

10
in the uk its the 14th of march 14.03.26
1
37
WebKit sotto attacco: un bug matematico può mandare in crash milioni di iPhone 📌 Link all'articolo : redhotcyber.com/post/vulnera… #redhotcyber #news #sicurezzainformatica #vulnerabilitadisirurezza #apple #ios #webkit #bug #integeroverflow
135
15 Oct 2025
⚠️ Integer Overflow — When numbers break the limit! Bug where calculations exceed maximum value and wrap around to zero. Like an odometer rolling over. Smart contract nightmare! 🔢💥 🔗 chainterms.com/glossary.html… #IntegerOverflow #SmartContractBug #SecurityVulnerability #CodingError

6
Unsigned and signed integers are quite fun to play with! Was learning about how integers work when you exceed limits however one idea was interesting! Mathematically for every number there is always an additive inverse. Meaning for every number x there exists a y which when added into x gives a zero! Well if you think about it for x there is -x which is zero and for a -x there is x which is zero! However when dealing with this logic in computing we have constraints because of memory! In two’s complement representation for w-bit size the Min and Max are given by -2^(w-1) and 2^(w-1)-1 respectively. So for 8 bits word size the Min is -128 and Max is 127. So for 12 the additive inverse is -12; for 127 the additive inverse is -127 and similarly for -128 the additive inverse is 128! Wait! We can’t support 128 because the limit is 127! Well here’s the surprise! For a w-bit integer the additive inverse of TMin_w is TMin_w itself! Yes in two’s complement the additive inverse of the minimum is the number itself! Let’s prove it! But first we need to know how overflows behave! Remember we can have either a ve overflow or a -ve overflow. In case of a ve overflow we'll subtract 2^w from the number and in case of -ve we'll add the same. (maybe someday in other post as to why) So 128 is a ve overflow which means we do 128 - 256 (2^8) = -128 which fits in the TMin_w range. Which means that if we say for number -128 the additive inverse is 128 --> ve overflow --> wraps around and becomes -128 then the additive inverse of -128 is -128 itself. In general for every TMin_w the additive inverse is TMin_w itself. Fascinating isn't it! #SystemsProgramming #LowLevel #TwoComplement #SignedIntegers #BitManipulation #IntegerOverflow #CodingTips #ComputingFacts #BackendDev #Programming #TechExplained #SoftwareEngineering #ComputerScience #DevCommunity #EngineeringTwitter #MathInCode #CSBasics #TechThreads
47
27 Aug 2025
How I Discovered a Libpng Vulnerability 11 Years After It Was Patched #Libpng #Vulnerability #IntegerOverflow #CodeReview #LearningExperience blog.himanshuanand.com/posts…

7
24
1,832
3 Aug 2025
Replying to @tobiass_de
Dann hast du einen negativen Integeroverflow und somit die meisten Punkte, die du haben kannst 🙂‍↕️
1
1
11
18 Jul 2025
Broadcom patches critical VMware flaws exploited at Pwn2Own Berlin 2025 Broadcom patched four critical VMware vulnerabilities disclosed at Pwn2Own Berlin 2025, where white hat hackers earned over $340,000. STARLabs SG won $150,000 for exploiting CVE-2025-41236, an integer overflow in the VMXNET3 adapter allowing VM-to-host code execution. REverse Tactics earned $112,500 for chaining CVE-2025-41237 (integer underflow in VMCI) and CVE-2025-41239 (information disclosure). Synacktiv received $80,000 for CVE-2025-41238, a heap overflow in the PVSCSI controller. Theori also independently discovered CVE-2025-41239. All flaws had CVSS scores between 7.1 and 9.3. Broadcom says there is no evidence of active exploitation in the wild but urges users to patch immediately. hubs.li/Q03xPwGV0 #Cybersecurity #Broadcom #VMware #Flaws #Pwn2Own #Berlin #Vulnerabilities #IntegerOverflow #VMXNET3 #VMCI #PVSCI #CVSS #Vulnerability #News #Hacking #Exploit #Hacker #Updates #Technology #Patches #Update
136