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

Report xmonad-contrib CVE-2013-1436 #54

Merged
merged 2 commits into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions advisories/hackage/xmonad-contrib/HSEC-2023-0003.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
```toml
[advisory]
id = "HSEC-2023-0003"
package = "xmonad-contrib"
date = 2013-09-11
cwe = [94]
cvss = "CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P"
keywords = ["code", "injection"]
aliases = ["CVE-2013-1436"]

[[references]]
type = "ARTICLE"
url = "http://security.gentoo.org/glsa/glsa-201405-28.xml"
[[references]]
type = "DISCUSSION"
url = "http://www.openwall.com/lists/oss-security/2013/07/26/5"

[[versions]]
introduced = "0.11.2.0"
fixed = "0.11.3.0"
```

# code injection in xmonad-contrib

The _XMonad.Hooks.DynamicLog_ module in _xmonad-contrib_ before 0.11.2 allows remote attackers to execute arbitrary commands via a web page title, which activates the commands when the user clicks on the xmobar window title, as demonstrated using an action tag.