ISC StormCast for Wednesday, June 7th, 2023
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
SANS ISC Handlers
4.9 • 754 Ratings
🗓️ 7 June 2023
⏱️ 6 minutes
🧾️ Download transcript
Summary
Transcript
Click on a timestamp to play from that location
| 0:00.0 | Hello and welcome to the Wednesday, June 7, 2020, |
| 0:04.7 | edition of the Sansonet Storm Center's Stormcast. |
| 0:08.9 | My name is Johannes Ulrich, and then I'm recording from Jacksonville, Florida. |
| 0:15.3 | Well, today I wrote up a little experiment that I actually conducted last week. And the goal of the experiment |
| 0:22.4 | was to compare how a novice developer would use tools like GitHub copilot or just simply |
| 0:30.4 | Googling for code snippets and what the respective security impact would be of code derived either way. |
| 0:39.5 | As an example, I took a very simple task, a simple form written in PHP, |
| 0:46.3 | where you would collect some data and then insert it into a SQL database. |
| 0:52.1 | Turns out that the GitHub co-pilot didn't really vary too much about |
| 0:56.8 | cross-site scripting, but did proper prepared statements for the SQL queries, so no |
| 1:05.1 | SQL injection, while the random code snippet that I was able to find via Google to do the same thing, actually |
| 1:12.4 | from a PHP tutorial. |
| 1:15.1 | Well, it had Siegel Injection and CrossSight scripting. |
| 1:19.7 | As far as input validation goes, GitHub copilot once you sort of came up with the right |
| 1:25.4 | prompts, meaning you added comments to actually do it, |
| 1:28.7 | it did a reasonable job with it and so it can code securely, but it's still something that |
| 1:36.5 | as a developer, if you're using these tools, you have to be more aware of and definitely |
| 1:42.1 | review the code before you just blindly use it. |
| 1:46.5 | For sites like Stack Overflow or such that you often end up with, if you're just Googling for a code, |
| 1:52.6 | it has been shown that many, many of the samples are insecure, are containing vulnerabilities |
| 1:58.8 | like Segal Injection, or may enough in my little test. |
| 2:03.2 | I didn't end up with a Stack Overflow sample, but one other caveat here is I actually tried |
... |
Please login to see the full transcript.
Disclaimer: The podcast and artwork embedded on this page are from SANS ISC Handlers, and are the property of its owner and not affiliated with or endorsed by Tapesearch.
Generated transcripts are the property of SANS ISC Handlers and are distributed freely under the Fair Use doctrine. Transcripts generated by Tapesearch are not guaranteed to be accurate.
Copyright © Tapesearch 2026.

