notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: security/heimdal/files/patch-lib_kadm5_marshall.c

Number of commits found: 3

Thursday, 14 Mar 2024
22:12 Cy Schubert (cy) search for other commits by this committer
security/heimdal: Fix uninitialized pointer dereference

krb5_ret_preincipal() returns a non-zero return code when
a garbage principal is passed to it. Unfortunately ret_principal_ent()
does not check the return code, with garbage pointing to what would
have been the principal. This results in a segfault when free() is
called.

PR:		267944, 267972
Reported by:	Robert Morris <rtm@lcs.mit.edu>
MFH:		2024Q1
commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 commit hash: f8c4316342857a4fa4a05c1cb6ab16992faddb69 f8c4316
Thursday, 24 Nov 2022
17:22 Cy Schubert (cy) search for other commits by this committer
security/heimdal*: Handle other types of garbage data

In addition to garbage realm data, also handle garbage dbname, acl_file,
stash_file, and invalid bitmask garbage data.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:		2022Q4
commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 commit hash: 8cafd5bc0d866a425eb883e00cef02df1ef31db4 8cafd5b
17:22 Cy Schubert (cy) search for other commits by this committer
security/heimdal*: Fix NULL dereference when mangled realm message

Fix a NULL dereference in _kadm5_s_init_context() when the client
sends a mangled realm message.

PR:             267912
Reported by:    Robert Morris <rtm@lcs.mit.edu>
MFH:      	2022Q4
commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 commit hash: 678bdaf21b9a05d99e0aceecd414782926e57ae4 678bdaf

Number of commits found: 3