Previous Thread
Next Thread
Print Thread
Rate Thread
#17131 01/26/05 07:54 PM
Joined: Jan 2005
Posts: 1
I
Junior Member
Junior Member
I Offline
Joined: Jan 2005
Posts: 1
i was reading an computer magasine and i read something i never encoutered before: integer overflows and underflows so i wondered if you can answer this question: what are int overflows and underflows?


//I don't agree whith that you just said but i will defend your write to say it for the rest of my life//
- S.G.Tallentyre
Sponsored Links
▼ Sponsored Links ▼ ▲ Sponsored Links ▲
#17132 01/28/05 04:34 AM
Joined: Mar 2004
Posts: 419
S
UGN Member
UGN Member
S Offline
Joined: Mar 2004
Posts: 419
Most security vulnerabilities are software bugs—in the strict sense of the word. And most of these bugs would be considered innocuous, perhaps in an environment where people aren't trying to break the program. But then, we come to the Internet.

The most famous class of such bugs is the buffer overflow, by now the kind of term that makes it into your local paper when another Windows flaw makes the news. But in recent years a new type of vulnerability is being exploited more frequently: Integer manipulation bugs.

Not all integer manipulation bugs are integer overflows—some of them are underflows. Still, the class of error is usually referred to generically as overflows.

The basic problem is that integers in computers have a finite range. For instance, the rage of a signed 16-bit integer is -32767 to 32767.

What happens if arithmetic moves the value out of that range? The number could easily turn out to be massively larger or smaller than the expectation of the program's logic. Another example is a number that turns out to be negative instead of positive, changing the result of an "if (a<b)" comparison from what it was originally designed to be.

And then there are errors relating to the effects of integer promotion. When operations are made on integers of different sizes, say a short and a long, the smaller one is promoted temporarily to the larger size, and the result is potentially truncated back to the smaller size.

So what can go wrong just because a number is not what it should be? Some of those numbers are used for important stuff.


Source


D, world destruction
Over and overture
N, do I need
Apostrophe T, need this torture?-They Might Be Giants

Link Copied to Clipboard
Member Spotlight
Gremelin
Gremelin
Portland, OR; USA
Posts: 7,204
Joined: February 2002
Forum Statistics
Forums41
Topics33,839
Posts68,797
Members2,177
Most Online73,244
Nov 9th, 2025
Latest Postings
Top Posters
UGN Security 41,392
Gremelin 7,204
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Girlie 1
unreal 1
Crime 1
Ice 1
Dartur 1
Powered by UBB.threads™ PHP Forum Software 8.0.0