diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-07-21 18:13:18 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-07-22 07:00:10 +0200 |
commit | eead760ef4f9bc5c396f591e385c80e57228271f (patch) | |
tree | ada9a098cef2581dec730f16dd04040aa7dad28c /source/n | |
parent | 8b1a2fef9300ddecf6a407fb5dcfd74e6fc7824f (diff) | |
download | current-eead760ef4f9bc5c396f591e385c80e57228271f.tar.gz |
Thu Jul 21 18:13:18 UTC 202220220721181318
ap/sqlite-3.39.2-x86_64-1.txz: Upgraded.
n/net-snmp-5.9.3-x86_64-1.txz: Upgraded.
This update fixes security issues:
A buffer overflow in the handling of the INDEX of NET-SNMP-VACM-MIB can cause
an out-of-bounds memory access.
A malformed OID in a GET-NEXT to the nsVacmAccessTable can cause a NULL
pointer dereference.
Improper Input Validation when SETing malformed OIDs in master agent and
subagent simultaneously.
A malformed OID in a SET request to SNMP-VIEW-BASED-ACM-MIB::vacmAccessTable
can cause an out-of-bounds memory access.
A malformed OID in a SET request to NET-SNMP-AGENT-MIB::nsLogTable can cause a
NULL pointer dereference.
A malformed OID in a SET to the nsVacmAccessTable can cause a NULL pointer
dereference.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24805
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24809
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24806
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24807
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24808
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24810
(* Security fix *)
x/libxcvt-0.1.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/net-snmp/net-snmp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/net-snmp/net-snmp.SlackBuild b/source/n/net-snmp/net-snmp.SlackBuild index b995138f..2de3dcef 100755 --- a/source/n/net-snmp/net-snmp.SlackBuild +++ b/source/n/net-snmp/net-snmp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=net-snmp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |