Craftcms Craft Cms 0.9.2127

CPE Details

Craftcms Craft Cms 0.9.2127
0.9.2127
2019-06-24
17h33 +00:00
2019-06-24
17h33 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:craftcms:craft_cms:0.9.2127:*:*:*:*:*:*:*

Informations

Vendor

craftcms

Product

craft_cms

Version

0.9.2127

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2025-35939 2025-05-07 22h41 +00:00 Craft CMS stores arbitrary content provided by unauthenticated users in session files. This content could be accessed and executed, possibly using an independent vulnerability. Craft CMS redirects requests that require authentication to the login page and generates a session file on the server at '/var/lib/php/sessions'. Such session files are named 'sess_[session_value]', where '[session_value]' is provided to the client in a 'Set-Cookie' response header. Craft CMS stores the return URL requested by the client without sanitizing parameters. Consequently, an unauthenticated client can introduce arbitrary values, such as PHP code, to a known local file location on the server. Craft CMS versions 5.7.5 and 4.15.3 have been released to address this issue.
6.9
Medium
CVE-2024-37843 2024-06-24 22h00 +00:00 Craft CMS up to v3.7.31 was discovered to contain a SQL injection vulnerability via the GraphQL API endpoint.
9.8
Critical
CVE-2023-36259 2024-01-30 00h00 +00:00 Cross Site Scripting (XSS) vulnerability in Craft CMS Audit Plugin before version 3.0.2 allows attackers to execute arbitrary code during user creation.
5.4
Medium
CVE-2023-36260 2024-01-29 23h00 +00:00 An issue was discovered in the Feed Me plugin 4.6.1 for Craft CMS. It allows remote attackers to cause a denial of service (DoS) via crafted strings to Feed-Me Name and Feed-Me URL fields, due to saving a feed using an Asset element type with no volume selected. NOTE: this is not a report about code provided by the Craft CMS product; it is only a report about the Feed Me plugin. NOTE: a third-party report states that commit b5d6ede51848349bd91bc95fec288b6793f15e28 has "nothing to do with security."
7.5
High
CVE-2023-33495 2023-06-19 22h00 +00:00 Craft CMS through 4.4.9 is vulnerable to HTML Injection.
6.1
Medium
CVE-2023-33197 2023-05-26 19h17 +00:00 Craft is a CMS for creating custom digital experiences on the web. Cross-site scripting (XSS) can be triggered via the Update Asset Index utility. This issue has been patched in version 4.4.6.
5.5
Medium
CVE-2023-2817 2023-05-25 22h00 +00:00 A post-authentication stored cross-site scripting vulnerability exists in Craft CMS versions <= 4.4.11. HTML, including script tags can be injected into field names which, when the field is added to a category or section, will trigger when users visit the Categories or Entries pages respectively.
5.4
Medium
CVE-2023-23927 2023-03-03 21h58 +00:00 Craft is a platform for creating digital experiences. When you insert a payload inside a label name or instruction of an entry type, an cross-site scripting (XSS) happens in the quick post widget on the admin dashboard. This issue has been fixed in version 4.3.7.
6.1
Medium
CVE-2022-29933 2022-05-09 15h48 +00:00 Craft CMS through 3.7.36 allows a remote unauthenticated attacker, who knows at least one valid username, to reset the account's password and take over the account by providing a crafted HTTP header to the application while using the password reset functionality. Specifically, the attacker must send X-Forwarded-Host to the /index.php?p=admin/actions/users/send-password-reset-email URI. NOTE: the vendor's position is that a customer can already work around this by adjusting the configuration (i.e., by not using the default configuration).
8.8
High
CVE-2022-28378 2022-04-03 15h28 +00:00 Craft CMS before 3.7.29 allows XSS.
6.1
Medium
CVE-2021-27903 2021-06-30 09h56 +00:00 An issue was discovered in Craft CMS before 3.6.7. In some circumstances, a potential Remote Code Execution vulnerability existed on sites that did not restrict administrative changes (if an attacker were somehow able to hijack an administrator's session).
9.8
Critical
CVE-2021-27902 2021-06-30 09h56 +00:00 An issue was discovered in Craft CMS before 3.6.0. In some circumstances, a potential XSS vulnerability existed in connection with front-end forms that accepted user uploads.
6.1
Medium
CVE-2021-32470 2021-05-07 15h02 +00:00 Craft CMS before 3.6.13 has an XSS vulnerability.
6.1
Medium
CVE-2020-9757 2020-03-04 15h03 +00:00 The SEOmatic component before 3.3.0 for Craft CMS allows Server-Side Template Injection that leads to RCE via malformed data to the metacontainers controller.
9.8
Critical
CVE-2019-15929 2019-10-24 13h53 +00:00 In Craft CMS through 3.1.7, the elevated session password prompt was not being rate limited like normal login forms, leading to the possibility of a brute force attempt on them.
9.8
Critical
CVE-2019-17496 2019-10-10 21h32 +00:00 Craft CMS before 3.3.8 has stored XSS via a name field. This field is mishandled during site deletion.
6.1
Medium
CVE-2019-12823 2019-06-18 10h06 +00:00 Craft CMS before 3.1.31 does not properly filter XML feeds and thus allowing XSS.
6.1
Medium
CVE-2018-20465 2018-12-25 22h00 +00:00 Craft CMS through 3.0.34 allows remote authenticated administrators to read sensitive information via server-side template injection, as demonstrated by a {% string for craft.app.config.DB.user and craft.app.config.DB.password in the URI Format of the Site Settings, which causes a cleartext username and password to be displayed in a URI field.
7.2
High
CVE-2017-9516 2017-06-08 11h00 +00:00 Craft CMS before 2.6.2982 allows for a potential XSS attack vector by uploading a malicious SVG file.
5.4
Medium
CVE-2017-8383 2017-05-01 04h08 +00:00 Craft CMS before 2.6.2976 does not properly restrict viewing the contents of files in the craft/app/ folder.
5.3
Medium
CVE-2017-8384 2017-05-01 04h08 +00:00 Craft CMS before 2.6.2976 allows XSS attacks because an array returned by HttpRequestService::getSegments() and getActionSegments() need not be zero-based. NOTE: this vulnerability exists because of an incomplete fix for CVE-2017-8052.
6.1
Medium
CVE-2017-8385 2017-05-01 04h08 +00:00 Craft CMS before 2.6.2976 does not prevent modification of the URL in a forgot-password email message.
5.3
Medium
CVE-2017-8052 2017-04-22 01h00 +00:00 Craft CMS before 2.6.2974 allows XSS attacks.
6.1
Medium