meta-openembedded/meta-networking
Yi Zhao cd15081a7c freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861
CVE-2022-41860:
In freeradius, when an EAP-SIM supplicant sends an unknown SIM option,
the server will try to look that option up in the internal dictionaries.
This lookup will fail, but the SIM code will not check for that failure.
Instead, it will dereference a NULL pointer, and cause the server to
crash.

CVE-2022-41861:
A flaw was found in freeradius. A malicious RADIUS client or home server
can send a malformed abinary attribute which can cause the server to
crash.

References:
https://nvd.nist.gov/vuln/detail/CVE-2022-41860
https://nvd.nist.gov/vuln/detail/CVE-2022-41861

Patches from:
CVE-2022-41860:
f1cdbb33ec

CVE-2022-41861:
0ec2b39d26

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-02-11 11:08:44 -05:00
..
classes Revert "waf-samba.bbclass: point PYTHON_CONFIG to target python3-config" 2023-01-21 09:48:24 -05:00
conf layer.conf: Post release codename changes 2022-05-07 18:47:16 -07:00
dynamic-layers/meta-python/recipes-connectivity crda: Fix build with clang-15 2022-08-28 23:57:15 -07:00
files/waf-cross-answers samba: upgrade 4.14.12 -> 4.14.13 2022-04-13 19:21:41 -07:00
licenses
recipes-connectivity freeradius: Security fixes for CVE-2022-41860 CVE-2022-41861 2023-02-11 11:08:44 -05:00
recipes-core packagegroup-meta-networking: Remove ypbind-mt on musl 2022-08-30 00:14:58 -07:00
recipes-daemons postfix: fix multilib conflict of sample-main.cf 2022-12-20 10:44:29 -05:00
recipes-devtools libcoap: Upgrade 4.3.0 -> 4.3.1 2022-09-22 16:45:05 -07:00
recipes-extended dlm: Upgrade to 4.1.1 2022-08-30 00:14:58 -07:00
recipes-filter conntrack-tools: Use canonical shell spacing 2022-10-16 18:30:32 -07:00
recipes-irc weechat: Define LIBDIR 2022-03-21 08:25:11 -07:00
recipes-kernel/wireguard wireguard-tools: Add a new package for wg-quick 2022-08-22 14:13:37 -07:00
recipes-netkit netkit-telnet: Add time.h from strftime/time prototypes 2022-09-07 16:44:54 -07:00
recipes-protocols frr: Security fix CVE-2022-37032 2022-10-12 19:19:27 -07:00
recipes-support strongswan: upgrade 5.9.8 -> 5.9.9 2023-01-21 10:17:37 -05:00
COPYING.MIT
MAINTAINERS meta-openemnedded: Add myself as langdale maintainer 2022-10-22 15:59:34 -07:00
README meta-openemnedded: Add myself as langdale maintainer 2022-10-22 15:59:34 -07:00

meta-networking
===============

This layer is intended to be a central point for networking-related
packages and configuration.  It should be useful directly on top of
oe-core and compliments meta-openembedded.  It should be primarily useful
to the following groups:

      - Anyone building a small networking device (eg. a home router /
        bridge / switch).

      - Anyone wanting to add network services to their device (eg.
        anything that might benefit from a small ftp/tftp server)

Dependencies
------------

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: langdale

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded
subdirectory: meta-oe
branch: langdale

URI: git://git.openembedded.org/meta-openembedded
subdirectory: meta-python
branch: langdale

Maintenance
-----------
Layer maintainers: Armin Kuster <akuster808@gmail.com>


Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.