SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
Copyright © The OWASP Foundation
Permission is granted to copy, distribute and/or modify this document
under the terms of the OWASP License.
The OWASP Foundation
OWASP
http://www.owasp.org
OWASP Half-Day Event
(Hong Kong Chapter)
Anthony LAI
Chapter Leader
{Alan HO, Zetta KE}
Chapter Researcher
OWASP (Hong Kong Chapter)
July 2013
2OWASP
OWASP Standard
Web application security and awareness
Top 10, coding guidelines and tools
Well-known industry standard set up for nearly
10 years.
Good reference for web application developer,
security officer, penetration tester, IT security
management, compliance officer and auditor.
3OWASP
OWASP Membership and Our Approach
Membership launched
APAC Chapters 20 USD per year for individual
member ( 抵到爛 !)
Corporate member is welcomed (5000 USD per
year)
We commit to give 3-4 half-day events per year
From next seminar, only paid member could join
the event.
No bullshit, no sales talk, no starch, practical
work and research. :-)
4OWASP
RIP. He passed away in SF before Blackhat
(disclosing hack against heart pacemaker)
5OWASP
Speaker Profiles
6OWASP
Speaker Biography and Introduction
Alan HO
Worked as Application Security specialist
Experienced developer
Passionate over Android and Web hacking
VXRL security researcher and CTF crew member
 SANS GWAPT (Gold paper) holder
7OWASP
Speaker Biography and Introduction
Zetta KE
PhD Student in Information System in HKUST
VXRL Researcher and CTF MVP (Most Valuable Player)
Passionate over Web hack, Crypto and PHP
Leading web hack and penetration workshops in
Polytechnic university and HKPC with Anthony Lai.
8OWASP
Speaker Biography and Introduction
Anthony LAI
Chapter Leader, OWASP HK Chapter
Founder and Researcher, VXRL
Focus on penetration test, reverse engineering,
malware analysis and incident response.
Passionate over CTF wargame
Speaking at DEFCON 18-20, Blackhat USA 2010,
AVTokyo 2011-2012, HITCON 2010-2011, Codegate
2012 and HTCIA APAC Conference 2012
SANS GWAPT, GREM and GCFA mentor
9OWASP
Agenda
Introduction
(10 minutes)
OWASP Top 10 2013 Update (Anthony)
(15-20 minutes)
XSS flaws in mobile phone browser (Alan)
(30-40 minutes)
15 minutes break
Length Extension Attack (Zetta)
30-40 minutes
CTF for fun and profit (Anthony)
15 - 20 minutes
Copyright © The OWASP Foundation
Permission is granted to copy, distribute and/or modify this document
under the terms of the OWASP License.
The OWASP Foundation
OWASP
http://www.owasp.org
OWASP Top 10 2013 Update
Anthony LAI
Chapter Leader
OWASP (Hong Kong Chapter)
anthonylai@owasp.org
<phone>
July 2013
11OWASP
We have got an update this year
12OWASP
OWASP Top 10: 2010 Vs 2013
13OWASP
OWASP Top 10: 2010 Vs 2013
14OWASP
How to interpret each Top 10 item?
Threat, vulnerability and risk
15OWASP
How to interpret each Top 10 item?
Threat, vulnerability and risk
16OWASP
How to interpret each Top 10 item?
Exposure, vulnerable scenario, fix and references
17OWASP
OWASP Top 10 Details and follow up
Left to you to read over
It is a process you must walk through
Identify the top items on your managed or
owned web applications.
Implement guidelines and policy with reference
to OWASP standard.
18OWASP
Alan's show time:
Mobile Phone's Browser XSS
(SANS gold paper published)
19OWASP
Break Time: 15 minutes
Relax a bit … :)
20OWASP
Zetta's show time: Length
Extension Attack (LEA)
21OWASP
CTF (Capture The Flag for
Fun and Profit)
22OWASP
What is CTF game?
You need to get the key for points
Challenges include crypto, network, forensics,
binary/reverse engineering/exploitation, web
hack and miscellaneous.
Top teams could enter final round of contest
DEFCON, Plaid CTF, Codegate, Secuinside are
famous CTFs in the planet and we join every
year.
23OWASP
Why do we enjoy to play?
Challenges are practical
Need your knowledge
Need your skills
Understanding vulnerabilities
Thinking like an attacker
Train you up to manipulate proper tools
24OWASP
Our rank? Any rewards?
Www.ctftime.org
4th
prize in HITCON CTF 2013 (19-20 July,
Taipei)
25OWASP
Our world ranking
26OWASP
Sample Question (1)
Please read the following code, how can you
solve it?
27OWASP
Sample Question (1)
Please read the following code, how can you
solve it?
28OWASP
Question 1
There are a couple of things to note:
We must do the operations in reverse order since
this is the inverse function.
The hex2bin function is only available in PHP >=
5.4.0. Had to resort to the documentation to find
the alternative: pack ("H*", $str)
29OWASP
Sample Question (2)
How about this? Let us do it together:
http://natas14.natas.labs.overthewire.org/
30OWASP
Sample Question (2)
Remember the basic :)
31OWASP
Question (3) – Django RCE Vulnerability
HITCON 2013 Pwn500 question
Django Remote Code Execution (RCE) vulnerability
In Django, there is a library called Pickle to serialize the
Django object into a string and put cookie is signed with
key. The reverse action is called “Unpickle”.
However, “Pickle” library has always trusted the data which
is passed in without validation
Discovered in Y2011.
32OWASP
A Vulnerable Django
https://github.com/OrangeTW/Vulnerable-Django/
33OWASP
If the key leaks
We could generate our own cookie and sign it over.
34OWASP
We even could include command execution
1. Generate and sign the new cookie
with command execution
2. Replace the original cookie with our
generated one.
35OWASP
Pwned :)
(Simply input Guest, type in some text in
box and submit)
36OWASP
More than that, we could get the key from
the server to change our command to read
file instead ...
37OWASP
CTF fun and profit
The fun is to practice our security and “kungfu”
The profit is to earning knowledge, building trust
and friendship.
Sometimes, we could get reward :)
38OWASP
Thank you for your listening
anthonylai@owasp.org
alanh0@vxrl.org
Ozetta@vxrl.org
P.S: Non-members cannot get the slide for sure, it depends on the willingness of speakers to share the
slide or not

Contenu connexe

Similaire à OWASP Top 10 2013 x CTF Fun and Profit

Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
Websec México, S.C.
 
Open source software for startups
Open source software for startupsOpen source software for startups
Open source software for startups
victorneo
 

Similaire à OWASP Top 10 2013 x CTF Fun and Profit (20)

Csrf protector
Csrf protectorCsrf protector
Csrf protector
 
OWASP Bulgaria
OWASP BulgariaOWASP Bulgaria
OWASP Bulgaria
 
OWASP top10 2017, Montpellier JUG de Noel
OWASP top10 2017, Montpellier JUG de NoelOWASP top10 2017, Montpellier JUG de Noel
OWASP top10 2017, Montpellier JUG de Noel
 
Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
Protección web con ESAPI y AppSensor [GuadalajaraCON 2013]
 
OWASP an Introduction
OWASP an Introduction OWASP an Introduction
OWASP an Introduction
 
A Backpack to go the Extra-Functional Mile (a hitched hike by the PROWESS pro...
A Backpack to go the Extra-Functional Mile (a hitched hike by the PROWESS pro...A Backpack to go the Extra-Functional Mile (a hitched hike by the PROWESS pro...
A Backpack to go the Extra-Functional Mile (a hitched hike by the PROWESS pro...
 
Teaching Elephants to Dance (and Fly!): A Developer's Journey to Digital Tran...
Teaching Elephants to Dance (and Fly!): A Developer's Journey to Digital Tran...Teaching Elephants to Dance (and Fly!): A Developer's Journey to Digital Tran...
Teaching Elephants to Dance (and Fly!): A Developer's Journey to Digital Tran...
 
OWASP Top Ten 2013
OWASP Top Ten 2013OWASP Top Ten 2013
OWASP Top Ten 2013
 
UCLA HACKU'11
UCLA HACKU'11UCLA HACKU'11
UCLA HACKU'11
 
Owasp tools - OWASP Serbia
Owasp tools - OWASP SerbiaOwasp tools - OWASP Serbia
Owasp tools - OWASP Serbia
 
OISF - AppSec Presentation
OISF - AppSec PresentationOISF - AppSec Presentation
OISF - AppSec Presentation
 
Yahoo is open to developers
Yahoo is open to developersYahoo is open to developers
Yahoo is open to developers
 
Owasp top 10 2017 (en)
Owasp top 10 2017 (en)Owasp top 10 2017 (en)
Owasp top 10 2017 (en)
 
OWASP_Top_10-2017_(en).pdf.pdf
OWASP_Top_10-2017_(en).pdf.pdfOWASP_Top_10-2017_(en).pdf.pdf
OWASP_Top_10-2017_(en).pdf.pdf
 
Owasp top 10 web application security hazards - Part 1
Owasp top 10 web application security hazards - Part 1Owasp top 10 web application security hazards - Part 1
Owasp top 10 web application security hazards - Part 1
 
Owasp top 10-2017
Owasp top 10-2017Owasp top 10-2017
Owasp top 10-2017
 
Open source software for startups
Open source software for startupsOpen source software for startups
Open source software for startups
 
Owasp Serbia overview
Owasp Serbia overviewOwasp Serbia overview
Owasp Serbia overview
 
Buildinga billionuserloadbalancer may2015-sre-con15europe-shuff
Buildinga billionuserloadbalancer may2015-sre-con15europe-shuffBuildinga billionuserloadbalancer may2015-sre-con15europe-shuff
Buildinga billionuserloadbalancer may2015-sre-con15europe-shuff
 
OWASP TOP TEN 2017 RC1
OWASP TOP TEN 2017 RC1OWASP TOP TEN 2017 RC1
OWASP TOP TEN 2017 RC1
 

Dernier

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

OWASP Top 10 2013 x CTF Fun and Profit

  • 1. Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. The OWASP Foundation OWASP http://www.owasp.org OWASP Half-Day Event (Hong Kong Chapter) Anthony LAI Chapter Leader {Alan HO, Zetta KE} Chapter Researcher OWASP (Hong Kong Chapter) July 2013
  • 2. 2OWASP OWASP Standard Web application security and awareness Top 10, coding guidelines and tools Well-known industry standard set up for nearly 10 years. Good reference for web application developer, security officer, penetration tester, IT security management, compliance officer and auditor.
  • 3. 3OWASP OWASP Membership and Our Approach Membership launched APAC Chapters 20 USD per year for individual member ( 抵到爛 !) Corporate member is welcomed (5000 USD per year) We commit to give 3-4 half-day events per year From next seminar, only paid member could join the event. No bullshit, no sales talk, no starch, practical work and research. :-)
  • 4. 4OWASP RIP. He passed away in SF before Blackhat (disclosing hack against heart pacemaker)
  • 6. 6OWASP Speaker Biography and Introduction Alan HO Worked as Application Security specialist Experienced developer Passionate over Android and Web hacking VXRL security researcher and CTF crew member  SANS GWAPT (Gold paper) holder
  • 7. 7OWASP Speaker Biography and Introduction Zetta KE PhD Student in Information System in HKUST VXRL Researcher and CTF MVP (Most Valuable Player) Passionate over Web hack, Crypto and PHP Leading web hack and penetration workshops in Polytechnic university and HKPC with Anthony Lai.
  • 8. 8OWASP Speaker Biography and Introduction Anthony LAI Chapter Leader, OWASP HK Chapter Founder and Researcher, VXRL Focus on penetration test, reverse engineering, malware analysis and incident response. Passionate over CTF wargame Speaking at DEFCON 18-20, Blackhat USA 2010, AVTokyo 2011-2012, HITCON 2010-2011, Codegate 2012 and HTCIA APAC Conference 2012 SANS GWAPT, GREM and GCFA mentor
  • 9. 9OWASP Agenda Introduction (10 minutes) OWASP Top 10 2013 Update (Anthony) (15-20 minutes) XSS flaws in mobile phone browser (Alan) (30-40 minutes) 15 minutes break Length Extension Attack (Zetta) 30-40 minutes CTF for fun and profit (Anthony) 15 - 20 minutes
  • 10. Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. The OWASP Foundation OWASP http://www.owasp.org OWASP Top 10 2013 Update Anthony LAI Chapter Leader OWASP (Hong Kong Chapter) anthonylai@owasp.org <phone> July 2013
  • 11. 11OWASP We have got an update this year
  • 12. 12OWASP OWASP Top 10: 2010 Vs 2013
  • 13. 13OWASP OWASP Top 10: 2010 Vs 2013
  • 14. 14OWASP How to interpret each Top 10 item? Threat, vulnerability and risk
  • 15. 15OWASP How to interpret each Top 10 item? Threat, vulnerability and risk
  • 16. 16OWASP How to interpret each Top 10 item? Exposure, vulnerable scenario, fix and references
  • 17. 17OWASP OWASP Top 10 Details and follow up Left to you to read over It is a process you must walk through Identify the top items on your managed or owned web applications. Implement guidelines and policy with reference to OWASP standard.
  • 18. 18OWASP Alan's show time: Mobile Phone's Browser XSS (SANS gold paper published)
  • 19. 19OWASP Break Time: 15 minutes Relax a bit … :)
  • 20. 20OWASP Zetta's show time: Length Extension Attack (LEA)
  • 21. 21OWASP CTF (Capture The Flag for Fun and Profit)
  • 22. 22OWASP What is CTF game? You need to get the key for points Challenges include crypto, network, forensics, binary/reverse engineering/exploitation, web hack and miscellaneous. Top teams could enter final round of contest DEFCON, Plaid CTF, Codegate, Secuinside are famous CTFs in the planet and we join every year.
  • 23. 23OWASP Why do we enjoy to play? Challenges are practical Need your knowledge Need your skills Understanding vulnerabilities Thinking like an attacker Train you up to manipulate proper tools
  • 24. 24OWASP Our rank? Any rewards? Www.ctftime.org 4th prize in HITCON CTF 2013 (19-20 July, Taipei)
  • 26. 26OWASP Sample Question (1) Please read the following code, how can you solve it?
  • 27. 27OWASP Sample Question (1) Please read the following code, how can you solve it?
  • 28. 28OWASP Question 1 There are a couple of things to note: We must do the operations in reverse order since this is the inverse function. The hex2bin function is only available in PHP >= 5.4.0. Had to resort to the documentation to find the alternative: pack ("H*", $str)
  • 29. 29OWASP Sample Question (2) How about this? Let us do it together: http://natas14.natas.labs.overthewire.org/
  • 31. 31OWASP Question (3) – Django RCE Vulnerability HITCON 2013 Pwn500 question Django Remote Code Execution (RCE) vulnerability In Django, there is a library called Pickle to serialize the Django object into a string and put cookie is signed with key. The reverse action is called “Unpickle”. However, “Pickle” library has always trusted the data which is passed in without validation Discovered in Y2011.
  • 33. 33OWASP If the key leaks We could generate our own cookie and sign it over.
  • 34. 34OWASP We even could include command execution 1. Generate and sign the new cookie with command execution 2. Replace the original cookie with our generated one.
  • 35. 35OWASP Pwned :) (Simply input Guest, type in some text in box and submit)
  • 36. 36OWASP More than that, we could get the key from the server to change our command to read file instead ...
  • 37. 37OWASP CTF fun and profit The fun is to practice our security and “kungfu” The profit is to earning knowledge, building trust and friendship. Sometimes, we could get reward :)
  • 38. 38OWASP Thank you for your listening anthonylai@owasp.org alanh0@vxrl.org Ozetta@vxrl.org P.S: Non-members cannot get the slide for sure, it depends on the willingness of speakers to share the slide or not