Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for fluid_engine by typo3

    CVE-2020-15241 (GCVE-0-2020-15241)

    Vulnerability from nvd – Published: 2020-10-08 20:15 – Updated: 2024-08-04 13:08
    VLAI
    Title
    Cross-Site Scripting in TYPO3 Fluid Engine
    Summary
    TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1).
    CWE
    • CWE-601 - {"CWE-601":"URL Redirection to Untrusted Site ('Open Redirect')"}
    Assigner
    Impacted products
    Vendor Product Version
    TYPO3 Fluid Affected: >= 2.0.0, < 2.0.5
    Affected: >= 2.1.0, < 2.1.4
    Affected: >= 2.2.0, < 2.2.1
    Affected: >= 2.3.0, < 2.3.5
    Affected: >= 2.4.0, < 2.4.1
    Affected: >= 2.5.0, < 2.5.5
    Affected: >= 2.6.0, < 2.6.1
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-04T13:08:22.895Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Fluid",
              "vendor": "TYPO3",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 2.0.0, \u003c 2.0.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.1.0, \u003c 2.1.4"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.2.0, \u003c 2.2.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.3.0, \u003c 2.3.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.4.0, \u003c 2.4.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.5.0, \u003c 2.5.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.6.0, \u003c 2.6.1"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1)."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-601",
                  "description": "{\"CWE-601\":\"URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2020-10-08T20:15:17.000Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
            }
          ],
          "source": {
            "advisory": "GHSA-7733-hjv6-4h47",
            "discovery": "UNKNOWN"
          },
          "title": "Cross-Site Scripting in TYPO3 Fluid Engine",
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security-advisories@github.com",
              "ID": "CVE-2020-15241",
              "STATE": "PUBLIC",
              "TITLE": "Cross-Site Scripting in TYPO3 Fluid Engine"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Fluid",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "\u003e= 2.0.0, \u003c 2.0.5"
                              },
                              {
                                "version_value": "\u003e= 2.1.0, \u003c 2.1.4"
                              },
                              {
                                "version_value": "\u003e= 2.2.0, \u003c 2.2.1"
                              },
                              {
                                "version_value": "\u003e= 2.3.0, \u003c 2.3.5"
                              },
                              {
                                "version_value": "\u003e= 2.4.0, \u003c 2.4.1"
                              },
                              {
                                "version_value": "\u003e= 2.5.0, \u003c 2.5.5"
                              },
                              {
                                "version_value": "\u003e= 2.6.0, \u003c 2.6.1"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "TYPO3"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1)."
                }
              ]
            },
            "impact": {
              "cvss": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N",
                "version": "3.1"
              }
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "{\"CWE-601\":\"URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47",
                  "refsource": "CONFIRM",
                  "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
                },
                {
                  "name": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d",
                  "refsource": "MISC",
                  "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
                },
                {
                  "name": "https://typo3.org/security/advisory/typo3-core-sa-2019-013",
                  "refsource": "MISC",
                  "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
                }
              ]
            },
            "source": {
              "advisory": "GHSA-7733-hjv6-4h47",
              "discovery": "UNKNOWN"
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2020-15241",
        "datePublished": "2020-10-08T20:15:17.000Z",
        "dateReserved": "2020-06-25T00:00:00.000Z",
        "dateUpdated": "2024-08-04T13:08:22.895Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }

    CVE-2020-15241 (GCVE-0-2020-15241)

    Vulnerability from cvelistv5 – Published: 2020-10-08 20:15 – Updated: 2024-08-04 13:08
    VLAI
    Title
    Cross-Site Scripting in TYPO3 Fluid Engine
    Summary
    TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1).
    CWE
    • CWE-601 - {"CWE-601":"URL Redirection to Untrusted Site ('Open Redirect')"}
    Assigner
    Impacted products
    Vendor Product Version
    TYPO3 Fluid Affected: >= 2.0.0, < 2.0.5
    Affected: >= 2.1.0, < 2.1.4
    Affected: >= 2.2.0, < 2.2.1
    Affected: >= 2.3.0, < 2.3.5
    Affected: >= 2.4.0, < 2.4.1
    Affected: >= 2.5.0, < 2.5.5
    Affected: >= 2.6.0, < 2.6.1
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "providerMetadata": {
              "dateUpdated": "2024-08-04T13:08:22.895Z",
              "orgId": "af854a3a-2127-422b-91ae-364da2661108",
              "shortName": "CVE"
            },
            "references": [
              {
                "tags": [
                  "x_refsource_CONFIRM",
                  "x_transferred"
                ],
                "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
              },
              {
                "tags": [
                  "x_refsource_MISC",
                  "x_transferred"
                ],
                "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
              }
            ],
            "title": "CVE Program Container"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "Fluid",
              "vendor": "TYPO3",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003e= 2.0.0, \u003c 2.0.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.1.0, \u003c 2.1.4"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.2.0, \u003c 2.2.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.3.0, \u003c 2.3.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.4.0, \u003c 2.4.1"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.5.0, \u003c 2.5.5"
                },
                {
                  "status": "affected",
                  "version": "\u003e= 2.6.0, \u003c 2.6.1"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1)."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-601",
                  "description": "{\"CWE-601\":\"URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2020-10-08T20:15:17.000Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
            },
            {
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
            }
          ],
          "source": {
            "advisory": "GHSA-7733-hjv6-4h47",
            "discovery": "UNKNOWN"
          },
          "title": "Cross-Site Scripting in TYPO3 Fluid Engine",
          "x_legacyV4Record": {
            "CVE_data_meta": {
              "ASSIGNER": "security-advisories@github.com",
              "ID": "CVE-2020-15241",
              "STATE": "PUBLIC",
              "TITLE": "Cross-Site Scripting in TYPO3 Fluid Engine"
            },
            "affects": {
              "vendor": {
                "vendor_data": [
                  {
                    "product": {
                      "product_data": [
                        {
                          "product_name": "Fluid",
                          "version": {
                            "version_data": [
                              {
                                "version_value": "\u003e= 2.0.0, \u003c 2.0.5"
                              },
                              {
                                "version_value": "\u003e= 2.1.0, \u003c 2.1.4"
                              },
                              {
                                "version_value": "\u003e= 2.2.0, \u003c 2.2.1"
                              },
                              {
                                "version_value": "\u003e= 2.3.0, \u003c 2.3.5"
                              },
                              {
                                "version_value": "\u003e= 2.4.0, \u003c 2.4.1"
                              },
                              {
                                "version_value": "\u003e= 2.5.0, \u003c 2.5.5"
                              },
                              {
                                "version_value": "\u003e= 2.6.0, \u003c 2.6.1"
                              }
                            ]
                          }
                        }
                      ]
                    },
                    "vendor_name": "TYPO3"
                  }
                ]
              }
            },
            "data_format": "MITRE",
            "data_type": "CVE",
            "data_version": "4.0",
            "description": {
              "description_data": [
                {
                  "lang": "eng",
                  "value": "TYPO3 Fluid Engine (package `typo3fluid/fluid`) before versions 2.0.5, 2.1.4, 2.2.1, 2.3.5, 2.4.1, 2.5.5 or 2.6.1 is vulnerable to cross-site scripting when making use of the ternary conditional operator in templates like `{showFullName ? fullName : defaultValue}`. Updated versions of this package are bundled in following TYPO3 (`typo3/cms-core`) versions as well: TYPO3 v8.7.25 (using `typo3fluid/fluid` v2.5.4) and TYPO3 v9.5.6 (using `typo3fluid/fluid` v2.6.1)."
                }
              ]
            },
            "impact": {
              "cvss": {
                "attackComplexity": "HIGH",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 4.7,
                "baseSeverity": "MEDIUM",
                "confidentialityImpact": "LOW",
                "integrityImpact": "LOW",
                "privilegesRequired": "NONE",
                "scope": "CHANGED",
                "userInteraction": "REQUIRED",
                "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N",
                "version": "3.1"
              }
            },
            "problemtype": {
              "problemtype_data": [
                {
                  "description": [
                    {
                      "lang": "eng",
                      "value": "{\"CWE-601\":\"URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)\"}"
                    }
                  ]
                }
              ]
            },
            "references": {
              "reference_data": [
                {
                  "name": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47",
                  "refsource": "CONFIRM",
                  "url": "https://github.com/TYPO3/Fluid/security/advisories/GHSA-7733-hjv6-4h47"
                },
                {
                  "name": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d",
                  "refsource": "MISC",
                  "url": "https://github.com/TYPO3/Fluid/commit/9ef6a8ffff2e812025fc0701b4ce72eea6911a3d"
                },
                {
                  "name": "https://typo3.org/security/advisory/typo3-core-sa-2019-013",
                  "refsource": "MISC",
                  "url": "https://typo3.org/security/advisory/typo3-core-sa-2019-013"
                }
              ]
            },
            "source": {
              "advisory": "GHSA-7733-hjv6-4h47",
              "discovery": "UNKNOWN"
            }
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2020-15241",
        "datePublished": "2020-10-08T20:15:17.000Z",
        "dateReserved": "2020-06-25T00:00:00.000Z",
        "dateUpdated": "2024-08-04T13:08:22.895Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }