github zephyrproject-rtos/zephyr zephyr-v1.14.1
Zephyr 1.14.1

latest releases: v3.7.0-rc2, v3.7.0-rc1, v2.7.6...
4 years ago

This is an LTS maintenance release with fixes, as well as Bluetooth
qualification listings for the Bluetooth protocol stack included in Zephyr.

Security Vulnerability Related

The following security vulnerability (CVE) was addressed in this
release:

  • Fixes CVE-2019-9506: The Bluetooth BR/EDR specification up to and
    including version 5.1 permits sufficiently low encryption key length
    and does not prevent an attacker from influencing the key length
    negotiation. This allows practical brute-force attacks (aka "KNOB")
    that can decrypt traffic and inject arbitrary ciphertext without the
    victim noticing.

Bluetooth

  • Qualification:

    • 1.14.x Host subsystem qualified with QDID 139258
    • 1.14.x Mesh subsystem qualified with QDID 139259
    • 1.14.x Controller component qualified on Nordic nRF52 with QDID 135679

Issues Fixed

These GitHub issues were addressed since the previous 1.14.0 tagged
release:

  • #11617 - net: ipv4: udp: broadcast delivery not supported
  • #11743 - logging: add user mode access
  • #14459 - usb: samples: mass: doesn't build with FLASH overlay
  • #15279 - mempool alignment might cause a memory block allocated twice
  • #15339 - RISC-V: RV32M1: Load access fault when accessing GPIO port E
  • #15354 - counter: stm32: Issue with LSE clock source selection
  • #15373 - IPv4 link local packets are not sent with ARP ethernet type
  • #15443 - usb_dc_stm32: Missing semaphore initialization and missing pin remapping configuration
  • #15444 - Error initiating sdhc disk
  • #15497 - USB DFU: STM32: usb dfu mode doesn't work
  • #15507 - NRF52840: usb composite MSC + HID (with CONFIG_ENABLE_HID_INT_OUT_EP)
  • #15526 - Unhandled identity in bt_conn_create_slave_le
  • #15558 - support for power-of-two MPUs on non-XIP systems
  • #15601 - pwm: nRF default prescalar value is wrong
  • #15603 - Unable to use C++ Standard Library
  • #15605 - Unaligned memory access by ldrd
  • #15606 - trickle.c can't work for multiple triggerings
  • #15678 - Watchdog peripheral api docs aren't generated correctly.
  • #15698 - bluetooth: bt_conn: No proper ID handling
  • #15733 - Bluetooth: controller: Central Encryption setup overlaps Length Request procedure
  • #15794 - mps2_an385 crashes if CONFIG_INIT_STACKS=y and CONFIG_COVERAGE=y
  • #15817 - nrf52: HFXO is not turned off as expected
  • #15904 - concerns with use of CONFIG_BT_MESH_RPL_STORE_TIMEOUT in examples
  • #15911 - Stack size is smaller than it should be
  • #15975 - Openthread - fault with dual network interfaces
  • #16001 - ARC iotdk supports MPU and fpu in hardware but not enabled in kconfig
  • #16002 - the spi base reg address in arc_iot.dtsi has an error
  • #16010 - Coverage reporting fails on many tests
  • #16012 - Source IP address for DHCP renewal messages is unset
  • #16027 - support for no-flash systems
  • #16046 - modules are being processed too late.
  • #16090 - mpu align support for code relocation on non-XIP system
  • #16107 - Using bt_gatt_read() with 'by_uuid' method returns 3 extra bytes
  • #16143 - posix: clock_settime calculates the base time incorrectly
  • #16155 - drivers: can: wrong value used for filter mode set
  • #16257 - net: icmpv4: Zephyr sends echo reply with multicast source address
  • #16307 - cannot move location counter backwards error happen
  • #16323 - net: ipv6: tcp: unexpected reply to malformed HBH in TCP/IPv6 SYN
  • #16339 - openthread: off-by-one error when calculating ot_flash_offset for settings
  • #16354 - net: ipv6: Zephyr does not reply to fragmented packet
  • #16375 - net: ipv4: udp: Zephyr does not reply to a valid datagram with checksum zero
  • #16379 - net: ipv6: udp: Zephyr replies with illegal UDP checksum zero
  • #16411 - bad regex for west version check in host-tools.cmake
  • #16412 - on reel_board the consumption increases because TX pin is floating
  • #16413 - Missing dependency in cmake
  • #16414 - Backport west build --pristine
  • #16415 - Build errors with C++
  • #16416 - sram size for RT1015 and RT1020 needs to be update.
  • #16417 - issues with can filter mode set
  • #16418 - drivers: watchdog: sam0: check if timeout is valid
  • #16419 - Bluetooth: XTAL feature regression
  • #16478 - Bluetooth: Improper bonded peers handling
  • #16570 - [Coverity CID :198877]Null pointer dereferences in /subsys/net/ip/net_if.c
  • #16577 - [Coverity CID :198870]Error handling issues in /subsys/net/lib/lwm2m/lwm2m_obj_firmware_pu
    ll.c
  • #16581 - [Coverity CID :198866]Null pointer dereferences in /subsys/net/lib/dns/llmnr_responder.c
  • #16584 - [Coverity CID :198863]Error handling issues in /subsys/net/lib/sntp/sntp.c
  • #16594 - net: dns: Zephyr is unable to unpack mDNS answers produced by another Zephyr node
  • #16600 - Bluetooth: Mesh: Proxy SAR timeout is not implemented
  • #16602 - Bluetooth: GATT Discovery: Descriptor Discovery by range Seg Fault
  • #16639 - eth: pinging frdm k64f eventually leads to unresponsive ethernet device
  • #16678 - LPN establishment of Friendship never completes if there is no response to the initial Fri
    end Poll
  • #16711 - Settings reworked to const char processing
  • #16734 - Bluetooth: GATT: Writing 1 byte to a CCC access invalid memory
  • #16745 - PTHREAD_MUTEX_DEFINE(): don't store into the _k_mutex section
  • #16746 - boards: nrf52840_pca10059: Configure NFC pins as GPIOs by default
  • #16749 - IRQ_CONNECT and irq_enable calls in the SiFive UART driver is misconfigured
  • #16750 - counter: lack of interrupt when CC=0
  • #16760 - K_THREAD_STACK_EXTERN() confuses gen_kobject_list.py
  • #16779 - [Zephyr v1.14] ARM: fix the start address of MPU guard in stack-fail checking (when building with no user mode)
  • #16799 - Bluetooth: L2CAP: Interpretation of SCID and DCID in Disconnect is wrong
  • #16864 - Bluetooth: Mesh: Rx buffer exhaustion causes deadlock
  • #16893 - Bluetooth: Multiple local IDs, privacy problem
  • #16943 - Missing test coverage for lib/os/crc*.c
  • #16944 - Insufficient test coverage for lib/os/json.c
  • #17031 - Compiler warnings in settings module in Zephyr 1.14
  • #17038 - code relocation generating different memory layout cause user mode not working
  • #17041 - [1.14] Bluetooth: Mesh: RPL handling is not in line with the spec
  • #17055 - net: Incorrect data length after the connection is established
  • #17057 - Bluetooth: Mesh: Implementation doesn't conform to latest errata and 1.0.1 version
  • #17092 - Bluetooth: GAP/IDLE/NAMP/BV-01-C requires Read by UUID
  • #17170 - x86_64 crash with spinning child thread
  • #17177 - ARM: userspace/test_bad_syscall fails on ARMv8-M
  • #17190 - net-mgmt should pass info element size to callback
  • #17250 - After first GC operation the 1st sector had become scratch and the 2nd sector had became write sector.
  • #17251 - w25q: erase operations must be erase-size aligned
  • #17262 - insufficient code coverage for lib/os/base64.c
  • #17288 - Bluetooth: controller: Fix handling of L2CAP start frame with zero PDU length
  • #17294 - DB corruption when adding/removing service
  • #17337 - ArmV7-M mpu sub region alignment
  • #17338 - kernel objects address check in elf_helper.py
  • #17368 - Time Slicing cause system sleep short time
  • #17399 - LwM2M: Can't use an alternate mbedtls implementation
  • #17401 - LwM2M: requires that CONFIG_NET_IPV* be enabled (can't use 100% offloaded IP stack)
  • #17415 - Settings Module - settings_line_val_read() returning -EINVAL instead of 0 for deleted setting entries
  • #17427 - net: IPv4/UDP datagram with zero src addr and TTL causes Zephyr to segfault
  • #17450 - net: IPv6/UDP datagram with unspecified addr and zero hop limit causes Zephyr to quit
  • #17463 - Bluetooth: API limits usage of MITM flags in Pairing Request
  • #17534 - Race condition in GATT API.
  • #17564 - Missing stdlib.h include when C++ standard library is used.
  • #17595 - two userspace tests fail if stack canaries are enabled in board configuration
  • #17600 - Enable Mesh Friend support in Bluetooth tester application
  • #17613 - POSIX arch: occasional failures of tests/kernel/sched/schedule_api on CI
  • #17723 - Advertiser never clears state flags
  • #17732 - cannot use bt_conn_security in connected callback
  • #17764 - Broken link to latest development version of docs
  • #17789 - Bluetooth: host: conn.c missing parameter copy
  • #17802 - [zephyr 1.14] Address type 0x02 is used by LE Create Connection in device privacy mode
  • #17809 - Bluetooth Mesh message cached too early when LPN
  • #17820 - Mesh bug report In access.c
  • #17821 - Mesh Bug on access.c
  • #17843 - Bluetooth: controller: v1.14.x release conformance test failures
  • #17857 - GATT: Incorrect byte order for GATT database hash
  • #17861 - Tester application lacks BTP Discover All Primary Services handler
  • #17880 - Unable to re-connect to privacy enabled peer when using stack generated Identity
  • #17882 - [zephyr 1.14] Database Out of Sync error is not returned as expected
  • #17907 - BLE Mesh when resend use GATT bearer
  • #17932 - BLE Mesh When Friend Send Seg Message To LPN
  • #17936 - Bluetooth: Mesh: The canceled buffer is not free, causing a memory leak
  • #17944 - [zephyr 1.14] LE Enhanced Connection Complete indicates Resolved Public once connected to Public peer address
  • #17948 - Bluetooth: privacy: Reconnection issue
  • #17971 - [zephyr 1.14] Unable to register GATT service that was unregistered before
  • #17977 - BLE Mesh When IV Update Procedure
  • #17979 - Security level cannot be elevated after re-connection with privacy
  • #18013 - BLE Mesh On Net Buffer free issue
  • #18021 - Socket vtable can access null pointer callback function
  • #18090 - [zephyr 1.14][MESH/NODE/FRND/FN/BV-08-C] Mesh Friend queues more messages than indicates it's Friend Cache
  • #18150 - [zephyr 1.14] Host does not change the RPA
  • #18178 - BLE Mesh When Provisioning Use Input OOB Method
  • #18183 - [zephyr 1.14][GATT/SR/GAS/BV-07-C] GATT Server does not inform change-unaware client about DB changes
  • #18194 - [zephyr 1.14][MESH/NODE/CFG/HBP/BV-05-C] Zephyr does not send Heartbeat message on friendship termination
  • #18297 - Bluetooth: SMP: Pairing issues
  • #18306 - Unable to reconnect paired devices with controller privacy disabled (host privacy enabled)
  • #18308 - net: TCP/IPv6 set of fragmented packets causes Zephyr to quit
  • #18394 - [Coverity CID :203464]Memory - corruptions in /subsys/net/l2/ethernet/gptp/gptp_mi.c
  • #18462 - potential buffer overrun in logging infrastructure
  • #18522 - BLE: Mesh: When transport send seg_msg to LPN
  • #18580 - Bluetooth: Security fail on initial pairing
  • #18658 - Bluetooth BR/EDR encryption key negotiation vulnerability
  • #18739 - k_uptime_get_32() does not behave as documented
  • #18813 - fs: nvs: Cannot delete entries
  • #18873 - zsock_socket() should support proto==0
  • #18935 - [Zephyr 1.14] drivers: flash: spi_nor: Problematic write with page boundaries
  • #18961 - [Coverity CID :203912]Error handling issues in /samples/net/sockets/coap_client/src/coap-client.c
  • #19015 - Bluetooth: Mesh: Node doesn't respond to "All Proxies" address
  • #19165 - zephyr_file generates bad links on branches
  • #19181 - sock_set_flag implementation in sock_internal.h does not work for 64 bit pointers
  • #19191 - problem with implementation of sock_set_flag

Don't miss a new zephyr release

NewReleases is sending notifications on new releases.