Show filters
121 Total Results
Displaying 51-60 of 121
Sort by:
Attacker Value
Unknown

CVE-2022-25610

Disclosure Date: February 16, 2022 (last updated February 23, 2025)
Unauthenticated Stored Cross-Site Scripting (XSS) in Simple Ajax Chat <= 20220115 allows an attacker to store the malicious code. However, the attack requires specific conditions, making it hard to exploit.
Attacker Value
Unknown

CVE-2021-3769

Disclosure Date: November 30, 2021 (last updated February 23, 2025)
# Vulnerability in `pygmalion`, `pygmalion-virtualenv` and `refined` themes **Description**: these themes use `print -P` on user-supplied strings to print them to the terminal. All of them do that on git information, particularly the branch name, so if the branch has a specially-crafted name the vulnerability can be exploited. **Fixed in**: [b3ba9978](https://github.com/ohmyzsh/ohmyzsh/commit/b3ba9978). **Impacted areas**: - `pygmalion` theme. - `pygmalion-virtualenv` theme. - `refined` theme.
Attacker Value
Unknown

CVE-2021-3727

Disclosure Date: November 30, 2021 (last updated February 23, 2025)
# Vulnerability in `rand-quote` and `hitokoto` plugins **Description**: the `rand-quote` and `hitokoto` fetch quotes from quotationspage.com and hitokoto.cn respectively, do some process on them and then use `print -P` to print them. If these quotes contained the proper symbols, they could trigger command injection. Given that they're an external API, it's not possible to know if the quotes are safe to use. **Fixed in**: [72928432](https://github.com/ohmyzsh/ohmyzsh/commit/72928432). **Impacted areas**: - `rand-quote` plugin (`quote` function). - `hitokoto` plugin (`hitokoto` function).
Attacker Value
Unknown

CVE-2021-3726

Disclosure Date: November 30, 2021 (last updated February 23, 2025)
# Vulnerability in `title` function **Description**: the `title` function defined in `lib/termsupport.zsh` uses `print` to set the terminal title to a user-supplied string. In Oh My Zsh, this function is always used securely, but custom user code could use the `title` function in a way that is unsafe. **Fixed in**: [a263cdac](https://github.com/ohmyzsh/ohmyzsh/commit/a263cdac). **Impacted areas**: - `title` function in `lib/termsupport.zsh`. - Custom user code using the `title` function.
Attacker Value
Unknown

CVE-2021-3725

Disclosure Date: November 30, 2021 (last updated February 23, 2025)
Vulnerability in dirhistory plugin Description: the widgets that go back and forward in the directory history, triggered by pressing Alt-Left and Alt-Right, use functions that unsafely execute eval on directory names. If you cd into a directory with a carefully-crafted name, then press Alt-Left, the system is subject to command injection. Impacted areas: - Functions pop_past and pop_future in dirhistory plugin.
Attacker Value
Unknown

CVE-2021-3934

Disclosure Date: November 12, 2021 (last updated February 23, 2025)
ohmyzsh is vulnerable to Improper Neutralization of Special Elements used in an OS Command
Attacker Value
Unknown

CVE-2020-26565

Disclosure Date: July 31, 2021 (last updated February 23, 2025)
ObjectPlanet Opinio before 7.14 allows Expression Language Injection via the admin/permissionList.do from parameter. This can be used to retrieve possibly sensitive serverInfo data.
Attacker Value
Unknown

CVE-2020-26564

Disclosure Date: July 31, 2021 (last updated February 23, 2025)
ObjectPlanet Opinio before 7.15 allows XXE attacks via three steps: modify a .css file to have <!ENTITY content, create a .xml file for a generic survey template (containing a link to this .css file), and import this .xml file at the survey/admin/folderSurvey.do?action=viewImportSurvey['importFile'] URI. The XXE can then be triggered at a admin/preview.do?action=previewSurvey&surveyId= URI.
Attacker Value
Unknown

CVE-2020-26806

Disclosure Date: July 31, 2021 (last updated February 23, 2025)
admin/file.do in ObjectPlanet Opinio before 7.15 allows Unrestricted File Upload of executable JSP files, resulting in remote code execution, because filePath can have directory traversal and fileContent can be valid JSP code.
Attacker Value
Unknown

CVE-2020-26563

Disclosure Date: July 30, 2021 (last updated February 23, 2025)
ObjectPlanet Opinio before 7.14 allows reflected XSS via the survey/admin/surveyAdmin.do?action=viewSurveyAdmin query string. (There is also stored XSS if input to survey/admin/*.do is accepted from untrusted users.)