OPNFV Security Group
Luke Hinds
Security Group Project Lead
Principle Security Architect @ Nokia Networks
Overview
• Founded Jan 22, 2015
• Four members! (room for more)
• Improve OPNFV security through documentation,
code / design review, upstream inter-work.
• An ‘umbrella’ group to encourage development of
security within the OPNFV eco-system.
• Effectively handle vulnerability and threats in a co-
ordinated manner.
2
Projects…
OPNFV Security Guide
– Best Practices
– Hardening Guidelines
– 'Living' document
– Project Input welcomed
https://etherpad.opnfv.org/p/security-guide
4
– Improve Audit
– Code Commits upstream
– CADF Framework
– Project Input welcomed
https://wiki.opnfv.org/requirements_projects/inspector
Projects…
Inspector
Secure Coding
Gerrit Code / Design Review:
Tag ‘SecurityImpact’
opnfv-security@lists.opnfv.org
5
Secure Coding Guidelines:
Secure Coding – what we check for..
Shell Executions:
>>> from subprocess import call
>>> filename = input("What file would you like to display?n")
What file would you like to display?
non_existent; rm -rf importantFiles #
>>> call("cat " + filename, shell=True)
6
Secure Coding – what we check for..
Permissions:
with open('testfile.txt', 'w') as fout:
fout.write("secrets!")
flags = os.O_WRONLY | os.O_CREAT | os.EXLC
with os.fdopen(os.open('testfile.txt', flags,
0600), 'w') as fout:
fout.write("secrets!")
7
Defaults to OS permissions
Can be read by All!
Only the user has read
permissions
Secure Coding – Live example..
8
Vulnerability Management
9
– Coordinated response
– Responsible Disclosure Process
– Advisory
https://wiki.opnfv.org/security/osvm
Come and join us...
10
–Every Wednesday @ 14:00 UTC
–#opnfv-sec

More Related Content

PDF
JSCONF 2018 - Baking security into DevOps - a tale of hunting down bugs befor...
PDF
DevSecOps, The Good, Bad, and Ugly
PDF
IT Governance and Security Architecture in Docker, Kubernetes, OpenShift
PDF
From Zero To Hero: Continuous Container Security in 4 Simple Steps- A WhiteSo...
PPTX
Outpost24 webinar mastering container security in modern day dev ops
PDF
DevSecOps Everything You Need To Know
PPTX
Automating Open Source Security: A SANS Review of WhiteSource
PDF
Your Resolution for 2018: Five Principles For Securing DevOps
JSCONF 2018 - Baking security into DevOps - a tale of hunting down bugs befor...
DevSecOps, The Good, Bad, and Ugly
IT Governance and Security Architecture in Docker, Kubernetes, OpenShift
From Zero To Hero: Continuous Container Security in 4 Simple Steps- A WhiteSo...
Outpost24 webinar mastering container security in modern day dev ops
DevSecOps Everything You Need To Know
Automating Open Source Security: A SANS Review of WhiteSource
Your Resolution for 2018: Five Principles For Securing DevOps

What's hot (20)

PDF
PIACERE - DevSecOps Automated
PPTX
Know Your Security Model
PDF
How Aporeto Secures Cloud-native Across Public, Private, & Hybrid Clouds with...
PDF
Practical DevSecOps - Arief Karfianto
PPTX
The Devops Challenge: Open Source Security Throughout the DevOps Pipline- A W...
PPTX
Fortify dev ops (002)
PPTX
DevSecOps Training Bootcamp - A Practical DevSecOps Course
PDF
CI/CD pipeline security from start to finish with WhiteSource & CircleCI
PPTX
Aleksei Dremin - Application Security Pipeline - phdays9
PDF
Dos and Don'ts of DevSecOps
PPTX
WhiteSource Webinar What's New With WhiteSource in December 2018
PPTX
DevSecOps outline
PPTX
Secure DevOPS Implementation Guidance
PPTX
DevSecCon Asia 2017 Joel Divekar: Using Open Source Automation tools for DevS...
PDF
How to automate your DevSecOps successfully
PPTX
Secure application deployment in the age of continuous delivery
PDF
Why Security Engineer Need Shift-Left to DevSecOps?
PPTX
DevSecOps Beginners Guide : How to secure process in DevOps with OpenSource
PPTX
Secure application deployment in Apache CloudStack
PDF
DevSecOps and the CI/CD Pipeline
PIACERE - DevSecOps Automated
Know Your Security Model
How Aporeto Secures Cloud-native Across Public, Private, & Hybrid Clouds with...
Practical DevSecOps - Arief Karfianto
The Devops Challenge: Open Source Security Throughout the DevOps Pipline- A W...
Fortify dev ops (002)
DevSecOps Training Bootcamp - A Practical DevSecOps Course
CI/CD pipeline security from start to finish with WhiteSource & CircleCI
Aleksei Dremin - Application Security Pipeline - phdays9
Dos and Don'ts of DevSecOps
WhiteSource Webinar What's New With WhiteSource in December 2018
DevSecOps outline
Secure DevOPS Implementation Guidance
DevSecCon Asia 2017 Joel Divekar: Using Open Source Automation tools for DevS...
How to automate your DevSecOps successfully
Secure application deployment in the age of continuous delivery
Why Security Engineer Need Shift-Left to DevSecOps?
DevSecOps Beginners Guide : How to secure process in DevOps with OpenSource
Secure application deployment in Apache CloudStack
DevSecOps and the CI/CD Pipeline
Ad

Similar to OPNFV Security Panel (20)

PDF
Security and DevOps are Really Best Friends
PDF
Understanding security operation.pptx
PDF
Opsec for security researchers
PDF
Practical security in a DevOps World
PDF
DevOpsDay London Ben Hughes Security
PDF
Year Zero
PPTX
Security engineering 101 when good design & security work together
PPTX
AusCERT 2016: CVE and alternatives
PPTX
HouSecCon 2019: Offensive Security - Starting from Scratch
PDF
Open Source Security for Newbies - Best Practices
PDF
Open Source and Secure Coding Practices
PPTX
Shifting the conversation from active interception to proactive neutralization
KEY
DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012
PDF
Building security into the pipelines
PDF
Outpost24 webinar: Turning DevOps and security into DevSecOps
PPTX
Blue Teamin' on a Budget [of zero]
PDF
stackconf 2024 | How to hack and defend (your) open source by Roman Zhukov.pdf
PPTX
Security in the age of open source - Myths and misperceptions
PPTX
OpenStack Security Project
PPTX
Outpost24 Webinar - DevOps to DevSecOps: delivering quality and secure develo...
Security and DevOps are Really Best Friends
Understanding security operation.pptx
Opsec for security researchers
Practical security in a DevOps World
DevOpsDay London Ben Hughes Security
Year Zero
Security engineering 101 when good design & security work together
AusCERT 2016: CVE and alternatives
HouSecCon 2019: Offensive Security - Starting from Scratch
Open Source Security for Newbies - Best Practices
Open Source and Secure Coding Practices
Shifting the conversation from active interception to proactive neutralization
DevOpsSec: Appling DevOps Principles to Security, DevOpsDays Austin 2012
Building security into the pipelines
Outpost24 webinar: Turning DevOps and security into DevSecOps
Blue Teamin' on a Budget [of zero]
stackconf 2024 | How to hack and defend (your) open source by Roman Zhukov.pdf
Security in the age of open source - Myths and misperceptions
OpenStack Security Project
Outpost24 Webinar - DevOps to DevSecOps: delivering quality and secure develo...
Ad

More from OPNFV (20)

PPTX
How to Reuse OPNFV Testing Components in Telco Validation Chain
PPTX
Energy Audit aaS with OPNFV
PPTX
Hands-On Testing: How to Integrate Tests in OPNFV
PDF
Storage Performance Indicators - Powered by StorPerf and QTIP
PDF
Big Data for Testing - Heading for Post Process and Analytics
PPTX
Testing, CI Gating & Community Fast Feedback: The Challenge of Integration Pr...
ODP
How Many Ohs? (An Integration Guide to Apex & Triple-o)
PPTX
Being Brave: Deploying OpenStack from Master
PPTX
Upstream Testing Collaboration
PDF
Enabling Carrier-Grade Availability Within a Cloud Infrastructure
PDF
Learnings From the First Year of the OPNFV Internship Program
PDF
OPNFV and OCP: Perfect Together
PDF
The Return of QTIP, from Brahmaputra to Danube
PDF
Improving POD Usage in Labs, CI and Testing
PDF
Run OPNFV Danube on ODCC Scorpio Multi-node Server - Open Software on Open Ha...
PDF
Distributed vnf management architecture and use-cases
PDF
Software-defined migration how to migrate bunch of v-ms and volumes within a...
PDF
Securing your nfv and sdn integrated open stack cloud- challenges, use-cases ...
PDF
My network functions are virtualized, but are they cloud-ready
PDF
Challenge in asia region connecting each testbed and poc of distributed nfv ...
How to Reuse OPNFV Testing Components in Telco Validation Chain
Energy Audit aaS with OPNFV
Hands-On Testing: How to Integrate Tests in OPNFV
Storage Performance Indicators - Powered by StorPerf and QTIP
Big Data for Testing - Heading for Post Process and Analytics
Testing, CI Gating & Community Fast Feedback: The Challenge of Integration Pr...
How Many Ohs? (An Integration Guide to Apex & Triple-o)
Being Brave: Deploying OpenStack from Master
Upstream Testing Collaboration
Enabling Carrier-Grade Availability Within a Cloud Infrastructure
Learnings From the First Year of the OPNFV Internship Program
OPNFV and OCP: Perfect Together
The Return of QTIP, from Brahmaputra to Danube
Improving POD Usage in Labs, CI and Testing
Run OPNFV Danube on ODCC Scorpio Multi-node Server - Open Software on Open Ha...
Distributed vnf management architecture and use-cases
Software-defined migration how to migrate bunch of v-ms and volumes within a...
Securing your nfv and sdn integrated open stack cloud- challenges, use-cases ...
My network functions are virtualized, but are they cloud-ready
Challenge in asia region connecting each testbed and poc of distributed nfv ...

Recently uploaded (20)

PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
Autodesk AutoCAD Crack Free Download 2025
PPTX
"Secure File Sharing Solutions on AWS".pptx
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
GSA Content Generator Crack (2025 Latest)
PPTX
Full-Stack Developer Courses That Actually Land You Jobs
PDF
Microsoft Office 365 Crack Download Free
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PDF
E-Commerce Website Development Companyin india
PPTX
Computer Software - Technology and Livelihood Education
PDF
iTop VPN Crack Latest Version Full Key 2025
PPTX
Introduction to Windows Operating System
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PPTX
Cybersecurity: Protecting the Digital World
PPTX
Weekly report ppt - harsh dattuprasad patel.pptx
PPTX
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Autodesk AutoCAD Crack Free Download 2025
"Secure File Sharing Solutions on AWS".pptx
Advanced SystemCare Ultimate Crack + Portable (2025)
GSA Content Generator Crack (2025 Latest)
Full-Stack Developer Courses That Actually Land You Jobs
Microsoft Office 365 Crack Download Free
Download Adobe Photoshop Crack 2025 Free
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
E-Commerce Website Development Companyin india
Computer Software - Technology and Livelihood Education
iTop VPN Crack Latest Version Full Key 2025
Introduction to Windows Operating System
BoxLang Dynamic AWS Lambda - Japan Edition
How Tridens DevSecOps Ensures Compliance, Security, and Agility
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Cybersecurity: Protecting the Digital World
Weekly report ppt - harsh dattuprasad patel.pptx
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx

OPNFV Security Panel

  • 1. OPNFV Security Group Luke Hinds Security Group Project Lead Principle Security Architect @ Nokia Networks
  • 2. Overview • Founded Jan 22, 2015 • Four members! (room for more) • Improve OPNFV security through documentation, code / design review, upstream inter-work. • An ‘umbrella’ group to encourage development of security within the OPNFV eco-system. • Effectively handle vulnerability and threats in a co- ordinated manner. 2
  • 3. Projects… OPNFV Security Guide – Best Practices – Hardening Guidelines – 'Living' document – Project Input welcomed https://etherpad.opnfv.org/p/security-guide
  • 4. 4 – Improve Audit – Code Commits upstream – CADF Framework – Project Input welcomed https://wiki.opnfv.org/requirements_projects/inspector Projects… Inspector
  • 5. Secure Coding Gerrit Code / Design Review: Tag ‘SecurityImpact’ opnfv-security@lists.opnfv.org 5 Secure Coding Guidelines:
  • 6. Secure Coding – what we check for.. Shell Executions: >>> from subprocess import call >>> filename = input("What file would you like to display?n") What file would you like to display? non_existent; rm -rf importantFiles # >>> call("cat " + filename, shell=True) 6
  • 7. Secure Coding – what we check for.. Permissions: with open('testfile.txt', 'w') as fout: fout.write("secrets!") flags = os.O_WRONLY | os.O_CREAT | os.EXLC with os.fdopen(os.open('testfile.txt', flags, 0600), 'w') as fout: fout.write("secrets!") 7 Defaults to OS permissions Can be read by All! Only the user has read permissions
  • 8. Secure Coding – Live example.. 8
  • 9. Vulnerability Management 9 – Coordinated response – Responsible Disclosure Process – Advisory https://wiki.opnfv.org/security/osvm
  • 10. Come and join us... 10 –Every Wednesday @ 14:00 UTC –#opnfv-sec