![]() |
Home ▼ Bookkeeping
Online ▼ Security
Audits ▼
Managed
DNS ▼
About
Order
FAQ
Acceptable Use Policy
Dynamic DNS Clients
Configure Domains Dyanmic DNS Update Password Network
Monitor ▼
Enterprise Package
Advanced Package
Standard Package
Free Trial
FAQ
Price/Feature Summary
Order/Renew
Examples
Configure/Status Alert Profiles | ||
CVE ID: | CVE-2023-52435 |
Description: | In the Linux kernel, the following vulnerability has been resolved:
net: prevent mss overflow in skb_segment() Once again syzbot is able
to crash the kernel in skb_segment() [1] GSO_BY_FRAGS is a forbidden
value, but unfortunately the following computation in skb_segment()
can reach it quite easily : mss = mss * partial_segs; 65535 = 3 * 5 *
17 * 257, so many initial values of mss can lead to a bad final
result. Make sure to limit segmentation so that the new mss value is
smaller than GSO_BY_FRAGS. [1] general protection fault, probably for
non-canonical address 0xdffffc000000000e: 0000 [#1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000070-0x0000000000000077]
CPU: 1 PID: 5079 Comm: syz-executor993 Not tainted
6.7.0-rc4-syzkaller-00141-g1ae4cd3cbdd0 #0 Hardware name: Google
Google Compute Engine/Google Compute Engine, BIOS Google 11/10/2023
RIP: 0010:skb_segment+0x181d/0x3f30 net/core/skbuff.c:4551 Code: 83 e3
02 e9 fb ed ff ff e8 90 68 1c f9 48 8b 84 24 f8 00 00 00 48 8d 78 70
48 b8 00 00 00 00 00 fc ff df 48 89 fa 48 c1 ea 03 <0f> b6 04 02 84 c0
74 08 3c 03 0f 8e 8a 21 00 00 48 8b 84 24 f8 00 RSP:
0018:ffffc900043473d0 EFLAGS: 00010202 RAX: dffffc0000000000 RBX:
0000000000010046 RCX: ffffffff886b1597 RDX: 000000000000000e RSI:
ffffffff886b2520 RDI: 0000000000000070 RBP: ffffc90004347578 R08:
0000000000000005 R09: 000000000000ffff R10: 000000000000ffff R11:
0000000000000002 R12: ffff888063202ac0 R13: 0000000000010000 R14:
000000000000ffff R15: 0000000000000046 FS: 0000555556e7e380(0000)
GS:ffff8880b9900000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES:
0000 CR0: 0000000080050033 CR2: 0000000020010000 CR3: 0000000027ee2000
CR4: 00000000003506f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2:
0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7:
0000000000000400 Call Trace: |
Test IDs: | None available |
Cross References: |
Common Vulnerability Exposure (CVE) ID: CVE-2023-52435 https://git.kernel.org/stable/c/23d05d563b7e7b0314e65c8e882bc27eac2da8e7 https://git.kernel.org/stable/c/23d05d563b7e7b0314e65c8e882bc27eac2da8e7 https://git.kernel.org/stable/c/6c53e8547687d9c767c139cd4b50af566f58c29a https://git.kernel.org/stable/c/6c53e8547687d9c767c139cd4b50af566f58c29a https://git.kernel.org/stable/c/8f8f185643747fbb448de6aab0efa51c679909a3 https://git.kernel.org/stable/c/8f8f185643747fbb448de6aab0efa51c679909a3 https://git.kernel.org/stable/c/95b3904a261a9f810205da560e802cc326f50d77 https://git.kernel.org/stable/c/95b3904a261a9f810205da560e802cc326f50d77 https://git.kernel.org/stable/c/989b0ff35fe5fc9652ee5bafbe8483db6f27b137 https://git.kernel.org/stable/c/989b0ff35fe5fc9652ee5bafbe8483db6f27b137 https://git.kernel.org/stable/c/cd1022eaf87be8e6151435bd4df4c242c347e083 https://git.kernel.org/stable/c/cd1022eaf87be8e6151435bd4df4c242c347e083 |