ALT Vulnerability

This commit is contained in:
Иван Пепеляев 2024-01-10 21:02:57 +00:00
parent ffa344245f
commit fa35a87a4b
4 changed files with 188 additions and 0 deletions

View File

@ -0,0 +1,101 @@
{
"Definition": [
{
"ID": "oval:org.altlinux.errata:def:20238391",
"Version": "oval:org.altlinux.errata:def:20238391",
"Class": "patch",
"Metadata": {
"Title": "ALT-PU-2023-8391: package `krb5-ticket-watcher` update to version 1.0.3-alt23",
"AffectedList": [
{
"Family": "unix",
"Platforms": [
"ALT Linux branch p10"
],
"Products": [
"ALT Server",
"ALT Virtualization Server",
"ALT Workstation",
"ALT Workstation K",
"ALT Education",
"Simply Linux",
"Starterkit"
]
}
],
"References": [
{
"RefID": "ALT-PU-2023-8391",
"RefURL": "https://errata.altlinux.org/ALT-PU-2023-8391",
"Source": "ALTPU"
}
],
"Description": "This update upgrades krb5-ticket-watcher to version 1.0.3-alt23. \nSecurity Fix(es):\n\n * #48892: Отключить уведомления \"Билет обновлён\"",
"Advisory": {
"From": "errata.altlinux.org",
"Severity": "Low",
"Rights": "Copyright 2023 BaseALT Ltd.",
"Issued": {
"Date": "2024-01-10"
},
"Updated": {
"Date": "2024-01-10"
},
"bdu": null,
"Bugzilla": [
{
"Id": "48892",
"Href": "https://bugzilla.altlinux.org/48892",
"Data": "Отключить уведомления \"Билет обновлён\""
}
],
"AffectedCpeList": {
"Cpe": [
"cpe:/o:alt:kworkstation:10",
"cpe:/o:alt:workstation:10",
"cpe:/o:alt:server:10",
"cpe:/o:alt:server-v:10",
"cpe:/o:alt:education:10",
"cpe:/o:alt:slinux:10",
"cpe:/o:alt:starterkit:p10",
"cpe:/o:alt:kworkstation:10.1",
"cpe:/o:alt:workstation:10.1",
"cpe:/o:alt:server:10.1",
"cpe:/o:alt:server-v:10.1",
"cpe:/o:alt:education:10.1",
"cpe:/o:alt:slinux:10.1",
"cpe:/o:alt:starterkit:10.1",
"cpe:/o:alt:kworkstation:10.2",
"cpe:/o:alt:workstation:10.2",
"cpe:/o:alt:server:10.2",
"cpe:/o:alt:server-v:10.2",
"cpe:/o:alt:education:10.2",
"cpe:/o:alt:slinux:10.2",
"cpe:/o:alt:starterkit:10.2"
]
}
}
},
"Criteria": {
"Operator": "AND",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:2001",
"Comment": "ALT Linux must be installed"
}
],
"Criterias": [
{
"Operator": "OR",
"Criterions": [
{
"TestRef": "oval:org.altlinux.errata:tst:20238391001",
"Comment": "krb5-ticket-watcher is earlier than 0:1.0.3-alt23"
}
]
}
]
}
}
]
}

View File

@ -0,0 +1,34 @@
{
"TextFileContent54Objects": [
{
"ID": "oval:org.altlinux.errata:obj:2001",
"Version": "1",
"comment": "Evaluate `/etc/os-release` file content",
"Path": {
"dataType": "string",
"Text": "/etc"
},
"Filepath": {
"Datatype": "string",
"Text": "os-release"
},
"Pattern": {
"Datatype": "string",
"Operation": "pattern match",
"Text": "cpe:\\/o:alt:(?!sp)[a-z\\-]+:p?(\\d+)(?:\\.\\d)*"
},
"Instance": {
"Datatype": "int",
"Text": "1"
}
}
],
"RpmInfoObjects": [
{
"ID": "oval:org.altlinux.errata:obj:20238391001",
"Version": "1",
"comment": "krb5-ticket-watcher is installed",
"Name": "krb5-ticket-watcher"
}
]
}

View File

@ -0,0 +1,23 @@
{
"TextFileContent54State": [
{
"ID": "oval:org.altlinux.errata:ste:2001",
"Version": "1",
"Text": {}
}
],
"RpmInfoState": [
{
"ID": "oval:org.altlinux.errata:ste:20238391001",
"Version": "1",
"Comment": "package EVR is earlier than 0:1.0.3-alt23",
"Arch": {},
"Evr": {
"Text": "0:1.0.3-alt23",
"Datatype": "evr_string",
"Operation": "less than"
},
"Subexpression": {}
}
]
}

View File

@ -0,0 +1,30 @@
{
"TextFileContent54Tests": [
{
"ID": "oval:org.altlinux.errata:tst:2001",
"Version": "1",
"Check": "all",
"Comment": "ALT Linux based on branch 'p10' must be installed",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:2001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:2001"
}
}
],
"RPMInfoTests": [
{
"ID": "oval:org.altlinux.errata:tst:20238391001",
"Version": "1",
"Check": "all",
"Comment": "krb5-ticket-watcher is earlier than 0:1.0.3-alt23",
"Object": {
"ObjectRef": "oval:org.altlinux.errata:obj:20238391001"
},
"State": {
"StateRef": "oval:org.altlinux.errata:ste:20238391001"
}
}
]
}