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

Wordpress vulnerability #141

Open
andymeneely opened this issue May 9, 2023 · 0 comments
Open

Wordpress vulnerability #141

andymeneely opened this issue May 9, 2023 · 0 comments
Assignees
Labels
story A pitch for a short story

Comments

@andymeneely
Copy link
Contributor

https://www.theregister.com/2023/05/08/wordpress_plugin_vulnerability/

A big XSS just happened recently. This reminds me - we could/should add Wordpress to our case studies. I've published papers using data from Wordpress vulnerabilities before. It's a doable case study.

Some things to discuss about this vulnerability:

  • Escaping for XSS is really really hard
  • You have to remember to use the escaping properly. You can't solve it for everyone - everyone must know what it does
  • WP is particularly vulnerable because they rely on a lot of plugins and there's no sandboxing between those plugins

Some good factoids from this article, too.

@andymeneely andymeneely added the story A pitch for a short story label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story A pitch for a short story
Projects
Status: 📋 TODO
Development

No branches or pull requests

2 participants