Volg ons op Twitter voor updates en andere mededelingen van het Webhostingtalk Team!

» Advertentie




Ga terug   webhostingtalk.nl > Usenet Nieuwsgroepen > Nieuwsgroepen > Bugtraq mailing lijst

Tags:


Reageren
 
LinkBack Discussietools Weergave
  #1 (permalink)  
Oud 18 June 2008, 18:45
Craig Wright
Gast
 
Berichten: n/a
A more detailed description of the Jura F90 vulnerability.


The issue is a lack of input validation. OWASP would be a great learning exercise for the coders on this product. It seems to be assumed that only trust-worthy users will connect only to trust-worthy sites. I could not find any evidence of input validation.

Through the magic of Web Scarab and Paros proxy, one can capture the Internet communications used by the F90 Internet Connection Kit software. What you soon see is that the software does not account for either bypassing the local application and changing the input or in spoofed and re-directed sites..

The software does not validate the site it gets the information from nor does it sufficiently validate the input to the software.

At the moment as I think there are so few people as crazy as I am who actually have to have a gadget just as it is Internet connected; this is not likely to become a widespread attack vector.

The software is an oversized web proxy with other stuff to connect to the coffee machine thrown in. Jura did not make the assumption that an evil attacker could purposefully modify and publish "evil" coffee "recipes.

I have been taking the updated SANS@Home 610 course. I have a GREM, but Lenny and the other guys have added an additional component to the Reverse Engineering Malware Course. So I had to take it.

The course focuses on analysing and reversing malware, but IDA and Olly work on binaries of all types and the bad combination of a bottle of good resiling and 9 coffees after midnight is not a good combination. Hence I decided to attack my coffee maker and the control software.

There are certain aspects of code (like the ever faithful GETS() function) that should be beaten from existence. Others need to be securely configuredsuch that all the required variable fields are entered correctly (see SPRINTF()). Unfortunately the coders at Jura did not consider that "bad people"would ever attack a coffee maker .

There are 2 main attacks that I have noted,
1 Loading a malicious setting or recipe into the device causing a "coffee overflow" etc.
2 More seriously, not validating the input correctly coupled with a lack of authorisation of the source and nothing to stop invalid data at the host means that malformed strings can be fed to the software that can either crash the system or if crafted correctly run a binary on the host.

So, as most people who check this list I no doubt know, not validating input is bad. Trusting the web as you have a piece of custom software that is closed source and a belief that users are all nice is bad.

Regards,
Craig Wright GSE-Compliance

PS for DMCA compliance reasons I would state that I was not reversing the software, but rather inputting unusual coffee recipes that had a strange binary flavour

Craig Wright
Manager, Risk Advisory Services

Direct : +61 2 9286 5497
Craig.Wright@bdo.com.au
+61 417 683 914

BDO Kendalls (NSW-VIC) Pty. Ltd.
Level 19, 2 Market Street Sydney NSW 2000
GPO BOX 2551 Sydney NSW 2001
Fax +61 2 9993 9497
http://www.bdo.com.au/

The information in this email and any attachments is confidential. If you are not the named addressee you must not read, print, copy, distribute, or use in any way this transmission or any information it contains. If you havereceived this message in error, please notify the sender by return email, destroy all copies and delete it from your system.

Any views expressed in this message are those of the individual sender and not necessarily endorsed by BDO Kendalls. You may not rely on this message as advice unless subsequently confirmed by fax or letter signed by a Partner or Director of BDO Kendalls. It is your responsibility to scan this communication and any files attached for computer viruses and other defects. BDOKendalls does not accept liability for any loss or damage however caused which may result from this communication or any files attached. A full version of the BDO Kendalls disclaimer, and our Privacy statement, can be found on the BDO Kendalls website at http://www.bdo.com.au/ or by emailing mailto:administrator@bdo.com.au.

BDO Kendalls is a national association of separate partnerships and entities. Liability limited by a scheme approved under Professional Standards Legislation.

Met citaat reageren
  #2 (permalink)  
Oud 18 June 2008, 20:45
Thor
Gast
 
Berichten: n/a
RE: A more detailed description of the Jura F90 vulnerability.

Have you shared all of this with the manufacturer first?

t

> -----Original Message-----
> From: Craig Wright [mailto:Craig.Wright@bdo.com.au]
> Sent: Tuesday, June 17, 2008 11:10 PM
> To: security-basics@lists.securityfocus.com; bugtraq@securityfocus.com
> Subject: A more detailed description of the Jura F90 vulnerability.
>
>
> The issue is a lack of input validation. OWASP would be a great
> learning exercise for the coders on this product. It seems to be
> assumed that only trust-worthy users will connect only to trust-worthy
> sites. I could not find any evidence of input validation.
>
> Through the magic of Web Scarab and Paros proxy, one can capture the
> Internet communications used by the F90 Internet Connection Kit
> software. What you soon see is that the software does not account for
> either bypassing the local application and changing the input or in
> spoofed and re-directed sites.
>
> The software does not validate the site it gets the information from
> nor does it sufficiently validate the input to the software.
>
> At the moment as I think there are so few people as crazy as I am who
> actually have to have a gadget just as it is Internet connected; this
> is not likely to become a widespread attack vector.
>
> The software is an oversized web proxy with other stuff to connect to
> the coffee machine thrown in. Jura did not make the assumption that an
> evil attacker could purposefully modify and publish "evil" coffee
> "recipes.
>
> I have been taking the updated SANS@Home 610 course. I have a GREM,

but
> Lenny and the other guys have added an additional component to the
> Reverse Engineering Malware Course. So I had to take it.
>
> The course focuses on analysing and reversing malware, but IDA and

Olly
> work on binaries of all types and the bad combination of a bottle of
> good resiling and 9 coffees after midnight is not a good combination.
> Hence I decided to attack my coffee maker and the control software.
>
> There are certain aspects of code (like the ever faithful GETS()
> function) that should be beaten from existence. Others need to be
> securely configured such that all the required variable fields are
> entered correctly (see SPRINTF()). Unfortunately the coders at Jura

did
> not consider that "bad people" would ever attack a coffee maker .
>
> There are 2 main attacks that I have noted,
> 1 Loading a malicious setting or recipe into the device causing

a
> "coffee overflow" etc.
> 2 More seriously, not validating the input correctly coupled

with
> a lack of authorisation of the source and nothing to stop invalid data
> at the host means that malformed strings can be fed to the software
> that can either crash the system or if crafted correctly run a binary
> on the host.
>
> So, as most people who check this list I no doubt know, not validating
> input is bad. Trusting the web as you have a piece of custom software
> that is closed source and a belief that users are all nice is bad.
>
> Regards,
> Craig Wright GSE-Compliance
>
> PS for DMCA compliance reasons I would state that I was not reversing
> the software, but rather inputting unusual coffee recipes that had a
> strange binary flavour
>
> Craig Wright
> Manager, Risk Advisory Services
>
> Direct : +61 2 9286 5497
> Craig.Wright@bdo.com.au
> +61 417 683 914
>
> BDO Kendalls (NSW-VIC) Pty. Ltd.
> Level 19, 2 Market Street Sydney NSW 2000
> GPO BOX 2551 Sydney NSW 2001
> Fax +61 2 9993 9497
> http://www.bdo.com.au/
>
> The information in this email and any attachments is confidential. If
> you are not the named addressee you must not read, print, copy,
> distribute, or use in any way this transmission or any information it
> contains. If you have received this message in error, please notify

the
> sender by return email, destroy all copies and delete it from your
> system.
>
> Any views expressed in this message are those of the individual sender
> and not necessarily endorsed by BDO Kendalls. You may not rely on this
> message as advice unless subsequently confirmed by fax or letter

signed
> by a Partner or Director of BDO Kendalls. It is your responsibility to
> scan this communication and any files attached for computer viruses

and
> other defects. BDO Kendalls does not accept liability for any loss or
> damage however caused which may result from this communication or any
> files attached. A full version of the BDO Kendalls disclaimer, and our
> Privacy statement, can be found on the BDO Kendalls website at
> http://www.bdo.com.au/ or by emailing mailto:administrator@bdo.com.au.
>
> BDO Kendalls is a national association of separate partnerships and
> entities. Liability limited by a scheme approved under Professional
> Standards Legislation.
>


Met citaat reageren
  #3 (permalink)  
Oud 19 June 2008, 18:55
Thor
Gast
 
Berichten: n/a
RE: A more detailed description of the Jura F90 vulnerability.

So you've published what some would call 0day information on a "remotely
exploitable" vulnerability that allows one to compromise another's
workstation using the "I tried" justification? That seems hardly
appropriate for a man of your stature, Craig. Even if the actual risk
of exploitation is very low due to other mitigating factors, responsible
disclosure policies should be respected. But you did manage to get some
nice press in CNET, huh?

By the way, I'm sure you actually executed code as POC rather than just
assuming that you could based on the calls you identified by reverse
engineering the binaries, right? I guess I'm also curious how you are
classifying this as "remotely exploitable" when what you describe in
your "detailed description" sounds more like you would have to get a
victim to go to your evil web site first or download your coffee
"recipe" somehow and feed them to the coffee maker, right? Or is the
maker actually listening for connections and the assumption is that
people will connect it directly to the internet and not behind some NAT
device? Given your apparent full-disclosure policy, you won't mind
sharing POC code with us, right? (even though most people don't have
your kind of money to buy a $2000 coffee machine to test it on . I
think given all the attention you've received about this that the most
complete and accurate information should be made available to the
public.

t

> -----Original Message-----
> From: Craig Wright [mailto:Craig.Wright@bdo.com.au]
> Sent: Wednesday, June 18, 2008 2:43 PM
> To: Thor (Hammer of God); security-basics@lists.securityfocus.com;
> bugtraq@securityfocus.com
> Subject: RE: A more detailed description of the Jura F90

vulnerability.
>
>
> I have attempted to. They are not the easiest company to contact. I am
> sending more details to the firm that tests their products. They seem
> to be a shell with a large number of outsourced arrangements.
>
> Craig
>
>
> Craig Wright
> Manager, Risk Advisory Services
>
> Direct : +61 2 9286 5497
> Craig.Wright@bdo.com.au
> +61 417 683 914
>
> BDO Kendalls (NSW-VIC) Pty. Ltd.
> Level 19, 2 Market Street Sydney NSW 2000
> GPO BOX 2551 Sydney NSW 2001
> Fax +61 2 9993 9497
> http://www.bdo.com.au/
>
> The information in this email and any attachments is confidential. If
> you are not the named addressee you must not read, print, copy,
> distribute, or use in any way this transmission or any information it
> contains. If you have received this message in error, please notify

the
> sender by return email, destroy all copies and delete it from your
> system.
>
> Any views expressed in this message are those of the individual sender
> and not necessarily endorsed by BDO Kendalls. You may not rely on this
> message as advice unless subsequently confirmed by fax or letter

signed
> by a Partner or Director of BDO Kendalls. It is your responsibility to
> scan this communication and any files attached for computer viruses

and
> other defects. BDO Kendalls does not accept liability for any loss or
> damage however caused which may result from this communication or any
> files attached. A full version of the BDO Kendalls disclaimer, and our
> Privacy statement, can be found on the BDO Kendalls website at
> http://www.bdo.com.au/ or by emailing mailto:administrator@bdo.com.au.
>
> BDO Kendalls is a national association of separate partnerships and
> entities. Liability limited by a scheme approved under Professional
> Standards Legislation.
> -----Original Message-----
>
> From: Thor (Hammer of God) [mailto:thor@hammerofgod.com]
> Sent: Thursday, 19 June 2008 3:11 AM
> To: security-basics@lists.securityfocus.com; bugtraq@securityfocus.com
> Subject: RE: A more detailed description of the Jura F90

vulnerability.
>
> Have you shared all of this with the manufacturer first?
>
> t
>
> > -----Original Message-----
> > From: Craig Wright [mailto:Craig.Wright@bdo.com.au]
> > Sent: Tuesday, June 17, 2008 11:10 PM
> > To: security-basics@lists.securityfocus.com;

> bugtraq@securityfocus.com
> > Subject: A more detailed description of the Jura F90 vulnerability.
> >
> >
> > The issue is a lack of input validation. OWASP would be a great
> > learning exercise for the coders on this product. It seems to be
> > assumed that only trust-worthy users will connect only to trust-

> worthy
> > sites. I could not find any evidence of input validation.
> >
> > Through the magic of Web Scarab and Paros proxy, one can capture the
> > Internet communications used by the F90 Internet Connection Kit
> > software. What you soon see is that the software does not account

for
> > either bypassing the local application and changing the input or in
> > spoofed and re-directed sites.
> >
> > The software does not validate the site it gets the information from
> > nor does it sufficiently validate the input to the software.
> >
> > At the moment as I think there are so few people as crazy as I am

who
> > actually have to have a gadget just as it is Internet connected;

this
> > is not likely to become a widespread attack vector.
> >
> > The software is an oversized web proxy with other stuff to connect

to
> > the coffee machine thrown in. Jura did not make the assumption that

> an
> > evil attacker could purposefully modify and publish "evil" coffee
> > "recipes.
> >
> > I have been taking the updated SANS@Home 610 course. I have a GREM,

> but
> > Lenny and the other guys have added an additional component to the
> > Reverse Engineering Malware Course. So I had to take it.
> >
> > The course focuses on analysing and reversing malware, but IDA and

> Olly
> > work on binaries of all types and the bad combination of a bottle of
> > good resiling and 9 coffees after midnight is not a good

combination.
> > Hence I decided to attack my coffee maker and the control software.
> >
> > There are certain aspects of code (like the ever faithful GETS()
> > function) that should be beaten from existence. Others need to be
> > securely configured such that all the required variable fields are
> > entered correctly (see SPRINTF()). Unfortunately the coders at Jura

> did
> > not consider that "bad people" would ever attack a coffee maker .
> >
> > There are 2 main attacks that I have noted,
> > 1 Loading a malicious setting or recipe into the device

causing
> a
> > "coffee overflow" etc.
> > 2 More seriously, not validating the input correctly coupled

> with
> > a lack of authorisation of the source and nothing to stop invalid

> data
> > at the host means that malformed strings can be fed to the software
> > that can either crash the system or if crafted correctly run a

binary
> > on the host.
> >
> > So, as most people who check this list I no doubt know, not

> validating
> > input is bad. Trusting the web as you have a piece of custom

software
> > that is closed source and a belief that users are all nice is bad.
> >
> > Regards,
> > Craig Wright GSE-Compliance
> >
> > PS for DMCA compliance reasons I would state that I was not

reversing
> > the software, but rather inputting unusual coffee recipes that had a
> > strange binary flavour
> >
> > Craig Wright
> > Manager, Risk Advisory Services
> >
> > Direct : +61 2 9286 5497
> > Craig.Wright@bdo.com.au
> > +61 417 683 914
> >
> > BDO Kendalls (NSW-VIC) Pty. Ltd.
> > Level 19, 2 Market Street Sydney NSW 2000
> > GPO BOX 2551 Sydney NSW 2001
> > Fax +61 2 9993 9497
> > http://www.bdo.com.au/
> >
> > The information in this email and any attachments is confidential.

If
> > you are not the named addressee you must not read, print, copy,
> > distribute, or use in any way this transmission or any information

it
> > contains. If you have received this message in error, please notify

> the
> > sender by return email, destroy all copies and delete it from your
> > system.
> >
> > Any views expressed in this message are those of the individual

> sender
> > and not necessarily endorsed by BDO Kendalls. You may not rely on

> this
> > message as advice unless subsequently confirmed by fax or letter

> signed
> > by a Partner or Director of BDO Kendalls. It is your responsibility

> to
> > scan this communication and any files attached for computer viruses

> and
> > other defects. BDO Kendalls does not accept liability for any loss

or
> > damage however caused which may result from this communication or

any
> > files attached. A full version of the BDO Kendalls disclaimer, and

> our
> > Privacy statement, can be found on the BDO Kendalls website at
> > http://www.bdo.com.au/ or by emailing

> mailto:administrator@bdo.com.au.
> >
> > BDO Kendalls is a national association of separate partnerships and
> > entities. Liability limited by a scheme approved under Professional
> > Standards Legislation.
> >

>


Met citaat reageren
Advertenties
  #4 (permalink)  
Oud 19 June 2008, 19:05
Craig Wright
Gast
 
Berichten: n/a
RE: A more detailed description of the Jura F90 vulnerability.


I have attempted to. They are not the easiest company to contact. I am sending more details to the firm that tests their products. They seem to be a shell with a large number of outsourced arrangements.

Craig


Craig Wright
Manager, Risk Advisory Services

Direct : +61 2 9286 5497
Craig.Wright@bdo.com.au
+61 417 683 914

BDO Kendalls (NSW-VIC) Pty. Ltd.
Level 19, 2 Market Street Sydney NSW 2000
GPO BOX 2551 Sydney NSW 2001
Fax +61 2 9993 9497
http://www.bdo.com.au/

The information in this email and any attachments is confidential. If you are not the named addressee you must not read, print, copy, distribute, or use in any way this transmission or any information it contains. If you havereceived this message in error, please notify the sender by return email, destroy all copies and delete it from your system.

Any views expressed in this message are those of the individual sender and not necessarily endorsed by BDO Kendalls. You may not rely on this message as advice unless subsequently confirmed by fax or letter signed by a Partner or Director of BDO Kendalls. It is your responsibility to scan this communication and any files attached for computer viruses and other defects. BDOKendalls does not accept liability for any loss or damage however caused which may result from this communication or any files attached. A full version of the BDO Kendalls disclaimer, and our Privacy statement, can be found on the BDO Kendalls website at http://www.bdo.com.au/ or by emailing mailto:administrator@bdo.com.au.

BDO Kendalls is a national association of separate partnerships and entities. Liability limited by a scheme approved under Professional Standards Legislation.
-----Original Message-----

From: Thor (Hammer of God) [mailto:thor@hammerofgod.com]
Sent: Thursday, 19 June 2008 3:11 AM
To: security-basics@lists.securityfocus.com; bugtraq@securityfocus.com
Subject: RE: A more detailed description of the Jura F90 vulnerability.

Have you shared all of this with the manufacturer first?

t

> -----Original Message-----
> From: Craig Wright [mailto:Craig.Wright@bdo.com.au]
> Sent: Tuesday, June 17, 2008 11:10 PM
> To: security-basics@lists.securityfocus.com; bugtraq@securityfocus.com
> Subject: A more detailed description of the Jura F90 vulnerability.
>
>
> The issue is a lack of input validation. OWASP would be a great
> learning exercise for the coders on this product. It seems to be
> assumed that only trust-worthy users will connect only to trust-worthy
> sites. I could not find any evidence of input validation.
>
> Through the magic of Web Scarab and Paros proxy, one can capture the
> Internet communications used by the F90 Internet Connection Kit
> software. What you soon see is that the software does not account for
> either bypassing the local application and changing the input or in
> spoofed and re-directed sites.
>
> The software does not validate the site it gets the information from
> nor does it sufficiently validate the input to the software.
>
> At the moment as I think there are so few people as crazy as I am who
> actually have to have a gadget just as it is Internet connected; this
> is not likely to become a widespread attack vector.
>
> The software is an oversized web proxy with other stuff to connect to
> the coffee machine thrown in. Jura did not make the assumption that an
> evil attacker could purposefully modify and publish "evil" coffee
> "recipes.
>
> I have been taking the updated SANS@Home 610 course. I have a GREM,

but
> Lenny and the other guys have added an additional component to the
> Reverse Engineering Malware Course. So I had to take it.
>
> The course focuses on analysing and reversing malware, but IDA and

Olly
> work on binaries of all types and the bad combination of a bottle of
> good resiling and 9 coffees after midnight is not a good combination.
> Hence I decided to attack my coffee maker and the control software.
>
> There are certain aspects of code (like the ever faithful GETS()
> function) that should be beaten from existence. Others need to be
> securely configured such that all the required variable fields are
> entered correctly (see SPRINTF()). Unfortunately the coders at Jura

did
> not consider that "bad people" would ever attack a coffee maker .
>
> There are 2 main attacks that I have noted,
> 1 Loading a malicious setting or recipe into the device causing

a
> "coffee overflow" etc.
> 2 More seriously, not validating the input correctly coupled

with
> a lack of authorisation of the source and nothing to stop invalid data
> at the host means that malformed strings can be fed to the software
> that can either crash the system or if crafted correctly run a binary
> on the host.
>
> So, as most people who check this list I no doubt know, not validating
> input is bad. Trusting the web as you have a piece of custom software
> that is closed source and a belief that users are all nice is bad.
>
> Regards,
> Craig Wright GSE-Compliance
>
> PS for DMCA compliance reasons I would state that I was not reversing
> the software, but rather inputting unusual coffee recipes that had a
> strange binary flavour
>
> Craig Wright
> Manager, Risk Advisory Services
>
> Direct : +61 2 9286 5497
> Craig.Wright@bdo.com.au
> +61 417 683 914
>
> BDO Kendalls (NSW-VIC) Pty. Ltd.
> Level 19, 2 Market Street Sydney NSW 2000
> GPO BOX 2551 Sydney NSW 2001
> Fax +61 2 9993 9497
> http://www.bdo.com.au/
>
> The information in this email and any attachments is confidential. If
> you are not the named addressee you must not read, print, copy,
> distribute, or use in any way this transmission or any information it
> contains. If you have received this message in error, please notify

the
> sender by return email, destroy all copies and delete it from your
> system.
>
> Any views expressed in this message are those of the individual sender
> and not necessarily endorsed by BDO Kendalls. You may not rely on this
> message as advice unless subsequently confirmed by fax or letter

signed
> by a Partner or Director of BDO Kendalls. It is your responsibility to
> scan this communication and any files attached for computer viruses

and
> other defects. BDO Kendalls does not accept liability for any loss or
> damage however caused which may result from this communication or any
> files attached. A full version of the BDO Kendalls disclaimer, and our
> Privacy statement, can be found on the BDO Kendalls website at
> http://www.bdo.com.au/ or by emailing mailto:administrator@bdo.com.au.
>
> BDO Kendalls is a national association of separate partnerships and
> entities. Liability limited by a scheme approved under Professional
> Standards Legislation.
>


Met citaat reageren
Reageren

Discussietools
Weergave

Regels voor berichten
Je mag geen nieuwe discussies starten
Je mag niet reageren op berichten
Je mag geen bijlagen versturen
Je mag niet je berichten bewerken

BB code is Aan
Smileys zijn Aan
[IMG]-code is Uit
HTML-code is Uit
Trackbacks are Aan
Pingbacks are Aan
Refbacks are Aan



no new posts

Content Relevant URLs by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516