Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Talk Proposal] Common Vulnerabilities and Exposures (CVE) and Vulnerability databases #96

Closed
3 tasks done
Yadnyawalkya opened this issue May 26, 2020 · 4 comments
Closed
3 tasks done
Labels
talk-proposal New talk of Python Pune meetup

Comments

@Yadnyawalkya
Copy link

Yadnyawalkya commented May 26, 2020

Title of the talk

Common Vulnerabilities and Exposures (CVE) and Vulnerability databases

Why this talk?

PythonPune had great talks on security lately. Good to see people are showing interest in this area. We listen to vulnerability, CVE like catchwords all day without knowing what those are all about. This talk is a little effort for this awareness.

Description

Businesses of all sizes face a growing number of cyber-threats. The security tech stack is out of control and is directly proportional to the increasing risks of cyber-attacks and security breaches in industry. Keeping this stack up-to-date is a real challenge today. This talk is about different terms and models industry uses to keep track of these vulnerabilities.

In other words, this talk will cover things like,

  • What is CVE
  • Vulnerability databases
  • CVE Numbering Authorities (CNA)
  • What you can do if you think you found a security issue
  • Recent security trends

Duration (including Q&A)

30-40 Minutes

Prerequisites

None.

Checklist

The talk/workshop speaker agrees to,

@Yadnyawalkya Yadnyawalkya added the talk-proposal New talk of Python Pune meetup label May 26, 2020
@bhavin192 bhavin192 added the scheduled The scheduled talks label May 29, 2020
@bhavin192
Copy link
Contributor

This is going to be interesting and new information! Excited for this. This talk has been scheduled https://www.meetup.com/PythonPune/events/270883519/.

@Yadnyawalkya
Copy link
Author

We got few interesting questions during talk

What are zero days?

"zero-day" referred to number of days maintainer have to fix certain vulnerability, and actually there are none. Once the vendors knows zero-days vulnerability, they usually create patches or advise workarounds to mitigate issues. Zero-days vulnerabilities generally gets very expensive payouts since vulnerabilities are unknown. Zerodium, acquisition platform for premium zero-days exploits mention it as, "We pay BIG bounties, not bug bounties!" for such payouts; indicates it could be huge.

Interesting read -


How to find let say PHP is vulnerable to flaw before using it?

Easiest way would be searching components and versions manually on MITRE's CVE list. There are new scanners this days, like Synk, though this can miss few things sometimes, so manual check always work. If your have PHP installed on your machine and you want to see if you are vulnerable to the flaw, you can also run OpenSCAP scan, which is Open Source tool.


Bug bounties and responsible disclosers

Bug bounty programs

Resources for beginner bug-bounty hunters

@bhavin192
Copy link
Contributor

bhavin192 commented Jun 27, 2020

@Yadnyawalkya Thank you for answering common questions here 😄 Can you also share your slides?

@Yadnyawalkya
Copy link
Author

@bhavin192 Sure. Here we go https://www.slideshare.net/yadnayawalkyatale/life-of-a-cve.

@bhavin192 bhavin192 added the talk-proposal New talk of Python Pune meetup label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
talk-proposal New talk of Python Pune meetup
Projects
None yet
Development

No branches or pull requests

2 participants