suse-su-2025:20921-1
Vulnerability from csaf_suse
Published
2025-10-15 12:00
Modified
2025-10-15 12:00
Summary
Recommended update of flake-pilot
Notes
Title of the patch
Recommended update of flake-pilot
Description of the patch
This update for flake-pilot fixes the following issues:
Update version to 3.1.22.
- Fixes to use flakes as normal user
Running a flake is a container based instance provisioning
and startup. Some part of this process requires root permissions
for example mounting the container instance store for the
provisioning step. This commit fixes the required calls to
be properly managed by sudo.
- seed from entropy
- Fix assignment of random sequence number
We should use a seed for the sequence as described in
https://rust-random.github.io/book/guide-seeding.html#a-simple-number
In addition the logic when a random sequence number should
be used was wrong and needed a fix regarding resume and
attach type flakes which must not use a random sequence
- Pass --init option for resume type flakes
In resume mode a sleep command is used to keep the container
open. However, without the --init option there is no signal
handling available. This commit fixes it
- Revert "kill prior remove when using %remove flag"
This reverts commit 06c7d4aa71f74865dfecba399fd08cc2fde2e1f2.
no hard killing needed with the event loop entrypoint
- Fixed CVE-2025-55159 slab: incorrect bounds check
Update to slab 0.4.11 to fix the mentioned CVE.
This Fixes bsc#1248004
- Apply clippy fixes
- Create sequence number for the same invocation
If a flake which is not a resume or attach flake is called twice
with the same invocation arguments an error message is displayed
to give this invocation a new name via the @NAME runtime option.
This commit makes this more comfortable and automatically assigns
a random sequence number for the call if no @NAME is given.
- kill prior remove when using %remove flag
In case the container instance should be removed via the %remove
flag, send a kill first, followed by a force remove. The reason
for this is because we use a never ending sleep command as entry
point for resume type containers. If they should be removed the
standard signal send on podman rm will not stop the sleep and
after a period of 10 seconds podman sends a kill signal itself.
We can speedup this process as we know the entry point command
and send the kill signal first followed by the remove which
saves us some wait time spent in podman otherwise.
- Fix clippy hints
variables can be used directly in the format! string
- Prune old images after load
Make sure no <none> image references stay in the registry
Patchnames
SUSE-SLES-16.0-2
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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": "Recommended update of flake-pilot",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for flake-pilot fixes the following issues:\n\nUpdate version to 3.1.22.\n\n- Fixes to use flakes as normal user\n\n Running a flake is a container based instance provisioning\n and startup. Some part of this process requires root permissions\n for example mounting the container instance store for the\n provisioning step. This commit fixes the required calls to\n be properly managed by sudo.\n\n- seed from entropy\n\n- Fix assignment of random sequence number\n\n We should use a seed for the sequence as described in\n https://rust-random.github.io/book/guide-seeding.html#a-simple-number\n In addition the logic when a random sequence number should\n be used was wrong and needed a fix regarding resume and\n attach type flakes which must not use a random sequence\n\n- Pass --init option for resume type flakes\n\n In resume mode a sleep command is used to keep the container\n open. However, without the --init option there is no signal\n handling available. This commit fixes it\n\n- Revert \"kill prior remove when using %remove flag\"\n\n This reverts commit 06c7d4aa71f74865dfecba399fd08cc2fde2e1f2.\n no hard killing needed with the event loop entrypoint\n\n- Fixed CVE-2025-55159 slab: incorrect bounds check\n\n Update to slab 0.4.11 to fix the mentioned CVE.\n This Fixes bsc#1248004\n\n- Apply clippy fixes\n\n- Create sequence number for the same invocation\n\n If a flake which is not a resume or attach flake is called twice\n with the same invocation arguments an error message is displayed\n to give this invocation a new name via the @NAME runtime option.\n This commit makes this more comfortable and automatically assigns\n a random sequence number for the call if no @NAME is given.\n\n- kill prior remove when using %remove flag\n\n In case the container instance should be removed via the %remove\n flag, send a kill first, followed by a force remove. The reason\n for this is because we use a never ending sleep command as entry\n point for resume type containers. If they should be removed the\n standard signal send on podman rm will not stop the sleep and\n after a period of 10 seconds podman sends a kill signal itself.\n We can speedup this process as we know the entry point command\n and send the kill signal first followed by the remove which\n saves us some wait time spent in podman otherwise.\n\n- Fix clippy hints\n\n variables can be used directly in the format! string\n\n- Prune old images after load\n\n Make sure no \u003cnone\u003e image references stay in the registry\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-2",
"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-2025_20921-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20921-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520921-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20921-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023169.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248004",
"url": "https://bugzilla.suse.com/1248004"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-55159 page",
"url": "https://www.suse.com/security/cve/CVE-2025-55159/"
}
],
"title": "Recommended update of flake-pilot",
"tracking": {
"current_release_date": "2025-10-15T12:00:25Z",
"generator": {
"date": "2025-10-15T12:00:25Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20921-1",
"initial_release_date": "2025-10-15T12:00:25Z",
"revision_history": [
{
"date": "2025-10-15T12:00:25Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "flake-pilot-3.1.22-160000.1.1.aarch64",
"product": {
"name": "flake-pilot-3.1.22-160000.1.1.aarch64",
"product_id": "flake-pilot-3.1.22-160000.1.1.aarch64"
}
},
{
"category": "product_version",
"name": "flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"product": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"product_id": "flake-pilot-podman-3.1.22-160000.1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "flake-pilot-3.1.22-160000.1.1.ppc64le",
"product": {
"name": "flake-pilot-3.1.22-160000.1.1.ppc64le",
"product_id": "flake-pilot-3.1.22-160000.1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"product": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"product_id": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "flake-pilot-3.1.22-160000.1.1.s390x",
"product": {
"name": "flake-pilot-3.1.22-160000.1.1.s390x",
"product_id": "flake-pilot-3.1.22-160000.1.1.s390x"
}
},
{
"category": "product_version",
"name": "flake-pilot-podman-3.1.22-160000.1.1.s390x",
"product": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.s390x",
"product_id": "flake-pilot-podman-3.1.22-160000.1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "flake-pilot-3.1.22-160000.1.1.x86_64",
"product": {
"name": "flake-pilot-3.1.22-160000.1.1.x86_64",
"product_id": "flake-pilot-3.1.22-160000.1.1.x86_64"
}
},
{
"category": "product_version",
"name": "flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"product": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"product_id": "flake-pilot-podman-3.1.22-160000.1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16.0"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.aarch64"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.s390x"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.x86_64"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.s390x as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.aarch64"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.s390x"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-3.1.22-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.x86_64"
},
"product_reference": "flake-pilot-3.1.22-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "flake-pilot-podman-3.1.22-160000.1.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64"
},
"product_reference": "flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-55159",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-55159"
}
],
"notes": [
{
"category": "general",
"text": "slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab\u0027s capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut with indices that might be beyond the slab\u0027s actual length.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-55159",
"url": "https://www.suse.com/security/cve/CVE-2025-55159"
},
{
"category": "external",
"summary": "SUSE Bug 1248000 for CVE-2025-55159",
"url": "https://bugzilla.suse.com/1248000"
}
],
"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 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-3.1.22-160000.1.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 16.0:flake-pilot-podman-3.1.22-160000.1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-15T12:00:25Z",
"details": "moderate"
}
],
"title": "CVE-2025-55159"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…