Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-2474 (GCVE-0-2026-2474)
Vulnerability from cvelistv5 – Published: 2026-02-16 20:54 – Updated: 2026-02-17 14:48| URL | Tags |
|---|---|
| https://metacpan.org/release/DDICK/Crypt-URandom-… | release-notes |
| https://metacpan.org/release/DDICK/Crypt-URandom-… | related |
| Vendor | Product | Version | |
|---|---|---|---|
| DDICK | Crypt::URandom |
Affected:
0.41 , < 0.55
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-2474",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-17T14:47:36.338726Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-17T14:48:49.595Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://cpan.org/modules",
"defaultStatus": "unaffected",
"packageName": "Crypt-URandom",
"product": "Crypt::URandom",
"programFiles": [
"URandom.xs"
],
"programRoutines": [
{
"name": "crypt_urandom_getrandom()"
}
],
"repo": "https://github.com/david-dick/crypt-urandom",
"vendor": "DDICK",
"versions": [
{
"lessThan": "0.55",
"status": "affected",
"version": "0.41",
"versionType": "custom"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected."
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122 Heap-based Buffer Overflow",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-1284",
"description": "CWE-1284 Improper Validation of Specified Quantity in Input",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-16T20:54:51.357Z",
"orgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"shortName": "CPANSec"
},
"references": [
{
"tags": [
"release-notes"
],
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes"
},
{
"tags": [
"related"
],
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.54/source/URandom.xs#L35-79"
}
],
"solutions": [
{
"lang": "en",
"value": "Update to version 0.55 or later"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom()",
"x_generator": {
"engine": "cpansec-cna-tool 0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"assignerShortName": "CPANSec",
"cveId": "CVE-2026-2474",
"datePublished": "2026-02-16T20:54:51.357Z",
"dateReserved": "2026-02-13T15:45:19.206Z",
"dateUpdated": "2026-02-17T14:48:49.595Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-2474",
"date": "2026-05-31",
"epss": "0.00062",
"percentile": "0.19418"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-2474\",\"sourceIdentifier\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"published\":\"2026-02-16T21:22:18.107\",\"lastModified\":\"2026-03-04T02:27:15.217\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\\n\\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\\n\\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.\"},{\"lang\":\"es\",\"value\":\"Las versiones de Crypt::URandom de 0.41 anteriores a 0.55 para Perl son vulnerables a un desbordamiento de b\u00fafer de mont\u00f3n en la funci\u00f3n XS crypt_urandom_getrandom().\\n\\nLa funci\u00f3n no valida que el par\u00e1metro de longitud no sea negativo. Si se proporciona un valor negativo (p. ej., -1), la expresi\u00f3n length + 1u causa un desbordamiento de enteros, lo que resulta en una asignaci\u00f3n de cero bytes. La llamada subsiguiente a getrandom(data, length, GRND_NONBLOCK) pasa el valor negativo original, que se convierte impl\u00edcitamente a un valor sin signo grande (t\u00edpicamente SIZE_MAX). Esto puede resultar en escrituras m\u00e1s all\u00e1 del b\u00fafer asignado, lo que lleva a corrupci\u00f3n de memoria en el mont\u00f3n y a un fallo de la aplicaci\u00f3n (denegaci\u00f3n de servicio).\\n\\nEn el uso com\u00fan, el argumento de longitud suele estar codificado de forma r\u00edgida por el llamador, lo que reduce la probabilidad de explotaci\u00f3n controlada por el atacante. Las aplicaciones que pasan entrada no confiable a este par\u00e1metro pueden verse afectadas.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-1284\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:ddick:crypt\\\\:\\\\:urandom:*:*:*:*:*:perl:*:*\",\"versionStartIncluding\":\"0.41\",\"versionEndExcluding\":\"0.55\",\"matchCriteriaId\":\"4FFA138E-FEF2-445E-A513-9C69AEFC03CF\"}]}]}],\"references\":[{\"url\":\"https://metacpan.org/release/DDICK/Crypt-URandom-0.54/source/URandom.xs#L35-79\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes\",\"source\":\"9b29abf9-4ab0-4765-b253-1875cd9b441e\",\"tags\":[\"Release Notes\",\"Product\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-2474\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-17T14:47:36.338726Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-17T14:48:44.873Z\"}}], \"cna\": {\"title\": \"Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom()\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"affected\": [{\"repo\": \"https://github.com/david-dick/crypt-urandom\", \"vendor\": \"DDICK\", \"product\": \"Crypt::URandom\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.41\", \"lessThan\": \"0.55\", \"versionType\": \"custom\"}], \"packageName\": \"Crypt-URandom\", \"programFiles\": [\"URandom.xs\"], \"collectionURL\": \"https://cpan.org/modules\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"crypt_urandom_getrandom()\"}]}], \"solutions\": [{\"lang\": \"en\", \"value\": \"Update to version 0.55 or later\"}], \"references\": [{\"url\": \"https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://metacpan.org/release/DDICK/Crypt-URandom-0.54/source/URandom.xs#L35-79\", \"tags\": [\"related\"]}], \"x_generator\": {\"engine\": \"cpansec-cna-tool 0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\\n\\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\\n\\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122 Heap-based Buffer Overflow\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1284\", \"description\": \"CWE-1284 Improper Validation of Specified Quantity in Input\"}]}], \"providerMetadata\": {\"orgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"shortName\": \"CPANSec\", \"dateUpdated\": \"2026-02-16T20:54:51.357Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-2474\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-17T14:48:49.595Z\", \"dateReserved\": \"2026-02-13T15:45:19.206Z\", \"assignerOrgId\": \"9b29abf9-4ab0-4765-b253-1875cd9b441e\", \"datePublished\": \"2026-02-16T20:54:51.357Z\", \"assignerShortName\": \"CPANSec\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
FKIE_CVE-2026-2474
Vulnerability from fkie_nvd - Published: 2026-02-16 21:22 - Updated: 2026-03-04 02:27{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:ddick:crypt\\:\\:urandom:*:*:*:*:*:perl:*:*",
"matchCriteriaId": "4FFA138E-FEF2-445E-A513-9C69AEFC03CF",
"versionEndExcluding": "0.55",
"versionStartIncluding": "0.41",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected."
},
{
"lang": "es",
"value": "Las versiones de Crypt::URandom de 0.41 anteriores a 0.55 para Perl son vulnerables a un desbordamiento de b\u00fafer de mont\u00f3n en la funci\u00f3n XS crypt_urandom_getrandom().\n\nLa funci\u00f3n no valida que el par\u00e1metro de longitud no sea negativo. Si se proporciona un valor negativo (p. ej., -1), la expresi\u00f3n length + 1u causa un desbordamiento de enteros, lo que resulta en una asignaci\u00f3n de cero bytes. La llamada subsiguiente a getrandom(data, length, GRND_NONBLOCK) pasa el valor negativo original, que se convierte impl\u00edcitamente a un valor sin signo grande (t\u00edpicamente SIZE_MAX). Esto puede resultar en escrituras m\u00e1s all\u00e1 del b\u00fafer asignado, lo que lleva a corrupci\u00f3n de memoria en el mont\u00f3n y a un fallo de la aplicaci\u00f3n (denegaci\u00f3n de servicio).\n\nEn el uso com\u00fan, el argumento de longitud suele estar codificado de forma r\u00edgida por el llamador, lo que reduce la probabilidad de explotaci\u00f3n controlada por el atacante. Las aplicaciones que pasan entrada no confiable a este par\u00e1metro pueden verse afectadas."
}
],
"id": "CVE-2026-2474",
"lastModified": "2026-03-04T02:27:15.217",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2026-02-16T21:22:18.107",
"references": [
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Issue Tracking"
],
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.54/source/URandom.xs#L35-79"
},
{
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"tags": [
"Release Notes",
"Product"
],
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes"
}
],
"sourceIdentifier": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-122"
},
{
"lang": "en",
"value": "CWE-1284"
}
],
"source": "9b29abf9-4ab0-4765-b253-1875cd9b441e",
"type": "Secondary"
}
]
}
GHSA-MWQ4-J679-7FRP
Vulnerability from github – Published: 2026-02-16 21:30 – Updated: 2026-02-17 15:31Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().
The function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).
In common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.
{
"affected": [],
"aliases": [
"CVE-2026-2474"
],
"database_specific": {
"cwe_ids": [
"CWE-122"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-02-16T21:22:18Z",
"severity": "HIGH"
},
"details": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.",
"id": "GHSA-mwq4-j679-7frp",
"modified": "2026-02-17T15:31:35Z",
"published": "2026-02-16T21:30:14Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2474"
},
{
"type": "WEB",
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.54/source/URandom.xs#L35-79"
},
{
"type": "WEB",
"url": "https://metacpan.org/release/DDICK/Crypt-URandom-0.55/source/Changes"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
OPENSUSE-SU-2026:10414-1
Vulnerability from csaf_opensuse - Published: 2026-03-24 00:00 - Updated: 2026-03-24 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "perl-Crypt-URandom-0.550.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the perl-Crypt-URandom-0.550.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10414",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10414-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2474 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2474/"
}
],
"title": "perl-Crypt-URandom-0.550.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-24T00:00:00Z",
"generator": {
"date": "2026-03-24T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10414-1",
"initial_release_date": "2026-03-24T00:00:00Z",
"revision_history": [
{
"date": "2026-03-24T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.1.aarch64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.1.aarch64",
"product_id": "perl-Crypt-URandom-0.550.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"product_id": "perl-Crypt-URandom-0.550.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.1.s390x",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.1.s390x",
"product_id": "perl-Crypt-URandom-0.550.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.1.x86_64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.1.x86_64",
"product_id": "perl-Crypt-URandom-0.550.0-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2474",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2474"
}
],
"notes": [
{
"category": "general",
"text": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2474",
"url": "https://www.suse.com/security/cve/CVE-2026-2474"
},
{
"category": "external",
"summary": "SUSE Bug 1258266 for CVE-2026-2474",
"url": "https://bugzilla.suse.com/1258266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.aarch64",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.ppc64le",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.s390x",
"openSUSE Tumbleweed:perl-Crypt-URandom-0.550.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-24T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-2474"
}
]
}
SUSE-SU-2026:1170-1
Vulnerability from csaf_suse - Published: 2026-04-02 08:42 - Updated: 2026-04-02 08:42| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-Crypt-URandom-0.550.0-1.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-Crypt-URandom",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-Crypt-URandom fixes the following issue:\n\nUpdate to 0.550.0 (0.55):\n\n- CVE-2026-2474: heap buffer overflow in the XS function `crypt_urandom_getrandom()` (bsc#1258266).\n\nChangelog:\n\n- Fix for sysread/read failures. Thanks to Miha Purg for GH#20.\n- Fix for test suite failures on STDOUT encoding. Thanks to Lukas Mai for GH#19.\n\nFor full changelog see /usr/share/doc/packages/perl-Crypt-URandom/Changes.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1170,SUSE-SLE-SERVER-12-SP5-LTSS-2026-1170,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1170",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1170-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1170-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261170-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1170-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045263.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258266",
"url": "https://bugzilla.suse.com/1258266"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2474 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2474/"
}
],
"title": "Security update for perl-Crypt-URandom",
"tracking": {
"current_release_date": "2026-04-02T08:42:05Z",
"generator": {
"date": "2026-04-02T08:42:05Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1170-1",
"initial_release_date": "2026-04-02T08:42:05Z",
"revision_history": [
{
"date": "2026-04-02T08:42:05Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.i586",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.i586",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.s390",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.s390",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"product_id": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2474",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2474"
}
],
"notes": [
{
"category": "general",
"text": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2474",
"url": "https://www.suse.com/security/cve/CVE-2026-2474"
},
{
"category": "external",
"summary": "SUSE Bug 1258266 for CVE-2026-2474",
"url": "https://bugzilla.suse.com/1258266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:perl-Crypt-URandom-0.550.0-1.6.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:perl-Crypt-URandom-0.550.0-1.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-02T08:42:05Z",
"details": "important"
}
],
"title": "CVE-2026-2474"
}
]
}
SUSE-SU-2026:1954-1
Vulnerability from csaf_suse - Published: 2026-05-18 07:55 - Updated: 2026-05-18 07:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for perl-Crypt-URandom",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for perl-Crypt-URandom fixes the following issue:\n\n- CVE-2026-2474: negative length parameter in the XS function can lead to a heap-based buffer overflow (bsc#1258266).\n\nChanges for perl-Crypt-URandom:\n\n- updated to 0.550.0 (0.55)\n\n - Fix for sysread/read failures. Thanks to Miha Purg for GH#20\n - Fix for test suite failures on STDOUT encoding. Thanks to Lukas Mai for GH#19\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1954,SUSE-SLE-Module-Development-Tools-15-SP7-2026-1954,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-1954,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-1954,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-1954,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-1954,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-1954,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-1954,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-1954,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-1954,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-1954,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-1954",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_1954-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1954-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261954-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1954-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-May/046529.html"
},
{
"category": "self",
"summary": "SUSE Bug 1258266",
"url": "https://bugzilla.suse.com/1258266"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-2474 page",
"url": "https://www.suse.com/security/cve/CVE-2026-2474/"
}
],
"title": "Security update for perl-Crypt-URandom",
"tracking": {
"current_release_date": "2026-05-18T07:55:02Z",
"generator": {
"date": "2026-05-18T07:55:02Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1954-1",
"initial_release_date": "2026-05-18T07:55:02Z",
"revision_history": [
{
"date": "2026-05-18T07:55:02Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"product_id": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.i586",
"product": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.i586",
"product_id": "perl-Crypt-URandom-0.550.0-150000.1.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"product": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"product_id": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"product": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"product_id": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"product": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"product_id": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
},
"product_reference": "perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-2474",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-2474"
}
],
"notes": [
{
"category": "general",
"text": "Crypt::URandom versions from 0.41 before 0.55 for Perl is vulnerable to a heap buffer overflow in the XS function crypt_urandom_getrandom().\n\nThe function does not validate that the length parameter is non-negative. If a negative value (e.g. -1) is supplied, the expression length + 1u causes an integer wraparound, resulting in a zero-byte allocation. The subsequent call to getrandom(data, length, GRND_NONBLOCK) passes the original negative value, which is implicitly converted to a large unsigned value (typically SIZE_MAX). This can result in writes beyond the allocated buffer, leading to heap memory corruption and application crash (denial of service).\n\nIn common usage, the length argument is typically hardcoded by the caller, which reduces the likelihood of attacker-controlled exploitation. Applications that pass untrusted input to this parameter may be affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-2474",
"url": "https://www.suse.com/security/cve/CVE-2026-2474"
},
{
"category": "external",
"summary": "SUSE Bug 1258266 for CVE-2026-2474",
"url": "https://bugzilla.suse.com/1258266"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:perl-Crypt-URandom-0.550.0-150000.1.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-05-18T07:55:02Z",
"details": "important"
}
],
"title": "CVE-2026-2474"
}
]
}
WID-SEC-W-2026-0688
Vulnerability from csaf_certbund - Published: 2026-03-10 23:00 - Updated: 2026-03-30 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM <126.0.48
cPanel / cPanel/WHM
|
<126.0.48 | ||
|
cPanel cPanel/WHM <110.0.91
cPanel / cPanel/WHM
|
<110.0.91 | ||
|
cPanel cPanel/WHM <134.0.11
cPanel / cPanel/WHM
|
<134.0.11 | ||
|
cPanel cPanel/WHM <132.0.27
cPanel / cPanel/WHM
|
<132.0.27 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
cPanel cPanel/WHM <126.0.48
cPanel / cPanel/WHM
|
<126.0.48 | ||
|
cPanel cPanel/WHM <110.0.91
cPanel / cPanel/WHM
|
<110.0.91 | ||
|
cPanel cPanel/WHM <134.0.11
cPanel / cPanel/WHM
|
<134.0.11 | ||
|
cPanel cPanel/WHM <132.0.27
cPanel / cPanel/WHM
|
<132.0.27 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "cPanel ist eine Software f\u00fcr die Verwaltung von Webhosting Auftritten. Die Software erm\u00f6glicht es dem Endanwender, Statistiken einzusehen, neue Benutzeraccounts anzulegen, Maileinstellungen zu ver\u00e4ndern und vieles mehr.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in cPanel cPanel/WHM ausnutzen, um Sicherheitsvorkehrungen zu umgehen und einen Denial of Service zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0688 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0688.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0688 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0688"
},
{
"category": "external",
"summary": "cPanel 110.0.91 Change Log vom 2026-03-10",
"url": "https://docs.cpanel.net/changelogs/110-change-log/#110091"
},
{
"category": "external",
"summary": "cPanel 126.0.48 Change Log vom 2026-03-10",
"url": "https://docs.cpanel.net/changelogs/126-change-log/#126048"
},
{
"category": "external",
"summary": "cPanel 132.0.27 Change Log vom 2026-03-10",
"url": "https://docs.cpanel.net/changelogs/132-change-log/#132027"
},
{
"category": "external",
"summary": "cPanel 134.0.11 Change Log vom 2026-03-10",
"url": "https://docs.cpanel.net/changelogs/134-change-log/#134011"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8110-1 vom 2026-03-23",
"url": "https://ubuntu.com/security/notices/USN-8110-1"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2026:0110-1 vom 2026-03-31",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/2KQRZKEYGWS7NKFCWV2MNMXZP2AZ3HER/"
}
],
"source_lang": "en-US",
"title": "cPanel cPanel/WHM: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-30T22:00:00.000+00:00",
"generator": {
"date": "2026-03-31T08:19:43.693+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0688",
"initial_release_date": "2026-03-10T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-10T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-22T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c134.0.11",
"product": {
"name": "cPanel cPanel/WHM \u003c134.0.11",
"product_id": "T051604"
}
},
{
"category": "product_version",
"name": "134.0.11",
"product": {
"name": "cPanel cPanel/WHM 134.0.11",
"product_id": "T051604-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:134.0.11"
}
}
},
{
"category": "product_version_range",
"name": "\u003c132.0.27",
"product": {
"name": "cPanel cPanel/WHM \u003c132.0.27",
"product_id": "T051605"
}
},
{
"category": "product_version",
"name": "132.0.27",
"product": {
"name": "cPanel cPanel/WHM 132.0.27",
"product_id": "T051605-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:132.0.27"
}
}
},
{
"category": "product_version_range",
"name": "\u003c126.0.48",
"product": {
"name": "cPanel cPanel/WHM \u003c126.0.48",
"product_id": "T051606"
}
},
{
"category": "product_version",
"name": "126.0.48",
"product": {
"name": "cPanel cPanel/WHM 126.0.48",
"product_id": "T051606-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:126.0.48"
}
}
},
{
"category": "product_version_range",
"name": "\u003c110.0.91",
"product": {
"name": "cPanel cPanel/WHM \u003c110.0.91",
"product_id": "T051607"
}
},
{
"category": "product_version",
"name": "110.0.91",
"product": {
"name": "cPanel cPanel/WHM 110.0.91",
"product_id": "T051607-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:cpanel:cpanel_whm:110.0.91"
}
}
}
],
"category": "product_name",
"name": "cPanel/WHM"
}
],
"category": "vendor",
"name": "cPanel"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-4456",
"product_status": {
"known_affected": [
"T051606",
"T051607",
"T051604",
"T051605",
"T000126",
"T027843"
]
},
"release_date": "2026-03-10T23:00:00.000+00:00",
"title": "CVE-2021-4456"
},
{
"cve": "CVE-2026-2474",
"product_status": {
"known_affected": [
"T051606",
"T051607",
"T051604",
"T051605",
"T000126",
"T027843"
]
},
"release_date": "2026-03-10T23:00:00.000+00:00",
"title": "CVE-2026-2474"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.