Search criteria

2 vulnerabilities found for omnifaces by omnifaces

CVE-2026-41883 (GCVE-0-2026-41883)

Vulnerability from nvd – Published: 2026-05-08 15:36 – Updated: 2026-05-08 19:40
VLAI?
Title
OmniFaces: EL injection via crafted resource name in wildcard CDN mapping
Summary
OmniFaces is a utility library for Faces. Prior to versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3, there is a server-side EL injection leading to Remote Code Execution (RCE). This affects applications that use CDNResourceHandler with a wildcard CDN mapping (e.g. libraryName:*=https://cdn.example.com/*). An attacker can craft a resource request URL containing an EL expression in the resource name, which is evaluated server-side. This issue has been patched in versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3.
CWE
  • CWE-917 - Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
Assigner
References
Impacted products
Vendor Product Version
omnifaces omnifaces Affected: < 1.14.2
Affected: >= 2.0-RC1, < 2.7.32
Affected: >= 3.0-RC1, < 3.14.16
Affected: >= 4.0-M1, < 4.7.5
Affected: >= 5.0-M1, < 5.2.3
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-41883",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-08T19:39:20.768212Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-08T19:40:03.022Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "omnifaces",
          "vendor": "omnifaces",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 1.14.2"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.0-RC1, \u003c 2.7.32"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.0-RC1, \u003c 3.14.16"
            },
            {
              "status": "affected",
              "version": "\u003e= 4.0-M1, \u003c 4.7.5"
            },
            {
              "status": "affected",
              "version": "\u003e= 5.0-M1, \u003c 5.2.3"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "OmniFaces is a utility library for Faces. Prior to versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3, there is a server-side EL injection leading to Remote Code Execution (RCE). This affects applications that use CDNResourceHandler with a wildcard CDN mapping (e.g. libraryName:*=https://cdn.example.com/*). An attacker can craft a resource request URL containing an EL expression in the resource name, which is evaluated server-side. This issue has been patched in versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-917",
              "description": "CWE-917: Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-08T15:36:34.133Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/omnifaces/omnifaces/security/advisories/GHSA-vp6r-9m58-5xv8",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/omnifaces/omnifaces/security/advisories/GHSA-vp6r-9m58-5xv8"
        }
      ],
      "source": {
        "advisory": "GHSA-vp6r-9m58-5xv8",
        "discovery": "UNKNOWN"
      },
      "title": "OmniFaces: EL injection via crafted resource name in wildcard CDN mapping"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-41883",
    "datePublished": "2026-05-08T15:36:34.133Z",
    "dateReserved": "2026-04-22T15:11:54.670Z",
    "dateUpdated": "2026-05-08T19:40:03.022Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}

CVE-2026-41883 (GCVE-0-2026-41883)

Vulnerability from cvelistv5 – Published: 2026-05-08 15:36 – Updated: 2026-05-08 19:40
VLAI?
Title
OmniFaces: EL injection via crafted resource name in wildcard CDN mapping
Summary
OmniFaces is a utility library for Faces. Prior to versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3, there is a server-side EL injection leading to Remote Code Execution (RCE). This affects applications that use CDNResourceHandler with a wildcard CDN mapping (e.g. libraryName:*=https://cdn.example.com/*). An attacker can craft a resource request URL containing an EL expression in the resource name, which is evaluated server-side. This issue has been patched in versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3.
CWE
  • CWE-917 - Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')
Assigner
References
Impacted products
Vendor Product Version
omnifaces omnifaces Affected: < 1.14.2
Affected: >= 2.0-RC1, < 2.7.32
Affected: >= 3.0-RC1, < 3.14.16
Affected: >= 4.0-M1, < 4.7.5
Affected: >= 5.0-M1, < 5.2.3
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2026-41883",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-08T19:39:20.768212Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-08T19:40:03.022Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "product": "omnifaces",
          "vendor": "omnifaces",
          "versions": [
            {
              "status": "affected",
              "version": "\u003c 1.14.2"
            },
            {
              "status": "affected",
              "version": "\u003e= 2.0-RC1, \u003c 2.7.32"
            },
            {
              "status": "affected",
              "version": "\u003e= 3.0-RC1, \u003c 3.14.16"
            },
            {
              "status": "affected",
              "version": "\u003e= 4.0-M1, \u003c 4.7.5"
            },
            {
              "status": "affected",
              "version": "\u003e= 5.0-M1, \u003c 5.2.3"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "OmniFaces is a utility library for Faces. Prior to versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3, there is a server-side EL injection leading to Remote Code Execution (RCE). This affects applications that use CDNResourceHandler with a wildcard CDN mapping (e.g. libraryName:*=https://cdn.example.com/*). An attacker can craft a resource request URL containing an EL expression in the resource name, which is evaluated server-side. This issue has been patched in versions 1.14.2, 2.7.32, 3.14.16, 4.7.5, and 5.2.3."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "problemTypes": [
        {
          "descriptions": [
            {
              "cweId": "CWE-917",
              "description": "CWE-917: Improper Neutralization of Special Elements used in an Expression Language Statement (\u0027Expression Language Injection\u0027)",
              "lang": "en",
              "type": "CWE"
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-08T15:36:34.133Z",
        "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "shortName": "GitHub_M"
      },
      "references": [
        {
          "name": "https://github.com/omnifaces/omnifaces/security/advisories/GHSA-vp6r-9m58-5xv8",
          "tags": [
            "x_refsource_CONFIRM"
          ],
          "url": "https://github.com/omnifaces/omnifaces/security/advisories/GHSA-vp6r-9m58-5xv8"
        }
      ],
      "source": {
        "advisory": "GHSA-vp6r-9m58-5xv8",
        "discovery": "UNKNOWN"
      },
      "title": "OmniFaces: EL injection via crafted resource name in wildcard CDN mapping"
    }
  },
  "cveMetadata": {
    "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
    "assignerShortName": "GitHub_M",
    "cveId": "CVE-2026-41883",
    "datePublished": "2026-05-08T15:36:34.133Z",
    "dateReserved": "2026-04-22T15:11:54.670Z",
    "dateUpdated": "2026-05-08T19:40:03.022Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}